34 #ifndef vtkRenderedSurfaceRepresentation_h
35 #define vtkRenderedSurfaceRepresentation_h
37 #include "vtkViewsInfovisModule.h"
62 virtual void SetCellColorArrayName(
const char* arrayName);
64 {
return this->GetCellColorArrayNameInternal(); }
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
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
A node in a selection tree.
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.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Subclasses should override this to connect inputs to the internal pipeline as necessary.
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)
Displays a geometric dataset as a surface.
general representation of visualization data