31 #ifndef vtkRenderedSurfaceRepresentation_h
32 #define vtkRenderedSurfaceRepresentation_h
34 #include "vtkViewsInfovisModule.h"
59 virtual void SetCellColorArrayName(
const char* arrayName);
61 {
return this->GetCellColorArrayNameInternal(); }
89 bool AddToView(
vtkView* view) VTK_OVERRIDE;
95 bool RemoveFromView(
vtkView* view) VTK_OVERRIDE;
116 vtkSetStringMacro(CellColorArrayNameInternal);
117 char* CellColorArrayNameInternal;
virtual void ApplyViewTheme(vtkViewTheme *vtkNotUsed(theme))
Apply a theme to this representation.
represents an object (geometry & properties) in a rendered scene
A node in a selection tree.
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
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
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