34 #ifndef vtkRenderedSurfaceRepresentation_h
35 #define vtkRenderedSurfaceRepresentation_h
37 #include "vtkViewsInfovisModule.h"
64 {
return this->GetCellColorArrayNameInternal(); }
119 vtkSetStringMacro(CellColorArrayNameInternal);
represents an object (geometry & properties) in a rendered scene
Proxy object to connect input/output ports.
apply colors to a data set.
general representation of visualization data
extract geometry from data (or convert data to polygonal type)
a simple class to control print indentation
map vtkPolyData to graphics primitives
A view containing a renderer.
Displays a geometric dataset as a surface.
virtual bool RemoveFromView(vtkView *view)
Removes the representation to the view.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Sets the input pipeline connection to this representation.
vtkApplyColors * ApplyColors
vtkGeometryFilter * GeometryFilter
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkPolyDataMapper * Mapper
virtual bool AddToView(vtkView *view)
Adds the representation to the view.
static vtkRenderedSurfaceRepresentation * New()
virtual vtkSelection * ConvertSelection(vtkView *view, vtkSelection *selection)
Convert the selection to a type appropriate for sharing with other representations through vtkAnnotat...
virtual void SetCellColorArrayName(const char *arrayName)
Sets the color array name.
virtual void ApplyViewTheme(vtkViewTheme *theme)
Apply a theme to this representation.
virtual const char * GetCellColorArrayName()
char * CellColorArrayNameInternal
vtkTransformFilter * TransformFilter
Internal pipeline objects.
virtual void PrepareForRendering(vtkRenderView *view)
Performs per-render operations.
~vtkRenderedSurfaceRepresentation()
vtkRenderedSurfaceRepresentation()
Superclass for mapping scalar values to colors.
A node in a selection tree.
Sets theme colors for a graphical view.
The superclass for all views.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.