31#ifndef vtkRenderedSurfaceRepresentation_h
32#define vtkRenderedSurfaceRepresentation_h
35#include "vtkViewsInfovisModule.h"
112 vtkGetStringMacro(CellColorArrayNameInternal);
113 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 boundary geometry from dataset (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.
bool AddToView(vtkView *view) override
Adds the representation to the view.
vtkSelection * ConvertSelection(vtkView *view, vtkSelection *selection) override
Convert the selection to a type appropriate for sharing with other representations through vtkAnnotat...
bool RemoveFromView(vtkView *view) override
Removes the representation to the view.
vtkApplyColors * ApplyColors
Internal pipeline objects.
vtkGeometryFilter * GeometryFilter
Internal pipeline objects.
void PrepareForRendering(vtkRenderView *view) override
Performs per-render operations.
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
Sets the input pipeline connection to this representation.
vtkActor * Actor
Internal pipeline objects.
vtkPolyDataMapper * Mapper
Internal pipeline objects.
void ApplyViewTheme(vtkViewTheme *theme) override
Apply a theme to this representation.
virtual void SetCellColorArrayName(const char *arrayName)
Sets the color array name.
char * CellColorArrayNameInternal
~vtkRenderedSurfaceRepresentation() override
vtkTransformFilter * TransformFilter
Internal pipeline objects.
vtkRenderedSurfaceRepresentation()
static vtkRenderedSurfaceRepresentation * New()
virtual const char * GetCellColorArrayName()
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.
data object that represents a "selection" in VTK.
Sets theme colors for a graphical view.
The superclass for all views.