33 #ifndef __vtkRenderedSurfaceRepresentation_h
34 #define __vtkRenderedSurfaceRepresentation_h
36 #include "vtkViewsInfovisModule.h"
44 class vtkPolyDataMapper;
46 class vtkScalarsToColors;
56 void PrintSelf(ostream& os, vtkIndent indent);
60 virtual void SetCellColorArrayName(
const char* arrayName);
62 {
return this->GetCellColorArrayNameInternal(); }
75 vtkInformation* request,
76 vtkInformationVector** inputVector,
77 vtkInformationVector* outputVector);
105 vtkGetStringMacro(CellColorArrayNameInternal);
106 vtkSetStringMacro(CellColorArrayNameInternal);
virtual void ApplyViewTheme(vtkViewTheme *vtkNotUsed(theme))
virtual vtkSelection * ConvertSelection(vtkView *view, vtkSelection *selection)
vtkTransformFilter * TransformFilter
char * CellColorArrayNameInternal
void PrintSelf(ostream &os, vtkIndent indent)
A node in a selection tree. Used to store selection results.
vtkPolyDataMapper * Mapper
vtkApplyColors * ApplyColors
virtual bool AddToView(vtkView *vtkNotUsed(view))
vtkGeometryFilter * GeometryFilter
static vtkRenderedRepresentation * New()
Proxy object to connect input/output ports.
Sets theme colors for a graphical view.
The superclass for all views.
virtual bool RemoveFromView(vtkView *vtkNotUsed(view))
virtual void PrepareForRendering(vtkRenderView *view)
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual const char * GetCellColorArrayName()
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