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) VTK_OVERRIDE;
103 char* PointIdArrayName;
104 char* CellIdArrayName;
105 char* ProcessIdArrayName;
106 char* CompositeIdArrayName;
represents an object (geometry & properties) in a rendered scene
A standard implementation of vtkPolyDataPainter.
painter used to render polydata for selection passes.
abstract specification for renderers
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.
object to represent cell connectivity
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
static vtkStandardPolyDataPainter * New()