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