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
A standard implementation of vtkPolyDataPainter.
painter used to render polydata for selection passes.
virtual void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
abstract specification for renderers
void DrawCells(int mode, vtkCellArray *connectivity, vtkIdType startCellId, vtkShaderDeviceAdapter2 *shaderDevice2, vtkRenderer *renderer, int buildnormals, int interpolation)
a simple class to control print indentation
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
char * CompositeIdArrayName
object to represent cell connectivity
char * ProcessIdArrayName
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
virtual void RenderInternal(vtkRenderer *renderer, vtkActor *actor, unsigned long typeflags, bool forceCompileOnly)
Generates rendering primitives of appropriate type(s).
static vtkStandardPolyDataPainter * New()