26 #ifndef vtkHardwareSelectionPolyDataPainter_h
27 #define vtkHardwareSelectionPolyDataPainter_h
29 #include "vtkRenderingOpenGLModule.h"
46 vtkGetMacro(EnableSelection,
int);
57 vtkSetStringMacro(PointIdArrayName);
59 vtkSetStringMacro(CellIdArrayName);
69 vtkSetStringMacro(ProcessIdArrayName);
83 vtkSetStringMacro(CompositeIdArrayName);
96 unsigned long typeflags,
bool forceCompileOnly);
represents an object (geometry & properties) in a rendered scene
object to represent cell connectivity
painter used to render polydata for selection passes.
virtual void RenderInternal(vtkRenderer *renderer, vtkActor *actor, unsigned long typeflags, bool forceCompileOnly)
Generates rendering primitives of appropriate type(s).
~vtkHardwareSelectionPolyDataPainter()
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
void DrawCells(int mode, vtkCellArray *connectivity, vtkIdType startCellId, vtkRenderer *renderer)
static vtkHardwareSelectionPolyDataPainter * New()
char * CompositeIdArrayName
vtkHardwareSelectionPolyDataPainter()
char * ProcessIdArrayName
a simple class to control print indentation
abstract specification for renderers
A standard implementation of vtkPolyDataPainter.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.