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