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