33 #ifndef __vtkRenderedSurfaceRepresentation_h
34 #define __vtkRenderedSurfaceRepresentation_h
36 #include "vtkViewsInfovisModule.h"
43 class vtkGeometryFilter;
44 class vtkPolyDataMapper;
48 class vtkTransformFilter;
60 virtual void SetCellColorArrayName(
const char* arrayName);
62 {
return this->GetCellColorArrayNameInternal(); }
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.
Superclass for mapping scalar values to colors.
Sets theme colors for a graphical view.
The superclass for all views.
a simple class to control print indentation
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.
Displays a geometric dataset as a surface.
helper class to get VTK data object types as string and instantiate them