Go to the documentation of this file.
34 #ifndef vtkRenderedSurfaceRepresentation_h
35 #define vtkRenderedSurfaceRepresentation_h
37 #include "vtkViewsInfovisModule.h"
62 virtual void SetCellColorArrayName(
const char* arrayName);
64 {
return this->GetCellColorArrayNameInternal(); }
118 vtkGetStringMacro(CellColorArrayNameInternal);
119 vtkSetStringMacro(CellColorArrayNameInternal);
map vtkPolyData to graphics primitives
virtual bool AddToView(vtkView *vtkNotUsed(view))
Adds the representation to the view.
A view containing a renderer.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Subclasses should override this to connect inputs to the internal pipeline as necessary.
vtkGeometryFilter * GeometryFilter
Displays a geometric dataset as a surface.
extract geometry from data (or convert data to polygonal type)
vtkApplyColors * ApplyColors
virtual const char * GetCellColorArrayName()
vtkPolyDataMapper * Mapper
apply colors to a data set.
data object that represents a "selection" in VTK.
virtual bool RemoveFromView(vtkView *vtkNotUsed(view))
Removes the representation to the view.
The superclass for all views.
Sets theme colors for a graphical view.
char * CellColorArrayNameInternal
represents an object (geometry & properties) in a rendered scene
a simple class to control print indentation
virtual vtkSelection * ConvertSelection(vtkView *view, vtkSelection *selection)
Convert the selection to a type appropriate for sharing with other representations through vtkAnnotat...
Superclass for mapping scalar values to colors.
virtual void PrepareForRendering(vtkRenderView *view)
The view will call this method before every render.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Proxy object to connect input/output ports.
vtkTransformFilter * TransformFilter
Internal pipeline objects.
virtual void ApplyViewTheme(vtkViewTheme *vtkNotUsed(theme))
Apply a theme to this representation.
static vtkRenderedRepresentation * New()
general representation of visualization data