33 #ifndef vtkDefaultPainter_h
34 #define vtkDefaultPainter_h
36 #include "vtkRenderingOpenGLModule.h"
90 void SetCoincidentTopologyResolutionPainter(
92 vtkGetObjectMacro(CoincidentTopologyResolutionPainter,
118 vtkPainter* GetDelegatePainter() VTK_OVERRIDE {
return this->DefaultPainterDelegate; }
129 unsigned long typeflags,
bool forceCompileOnly) VTK_OVERRIDE;
144 void UpdateBounds(
double bounds[6]) VTK_OVERRIDE;
148 ~vtkDefaultPainter() VTK_OVERRIDE;
153 virtual
void BuildPainterChain();
173 vtkDefaultPainter(const vtkDefaultPainter &) VTK_DELETE_FUNCTION;
174 void operator=(const vtkDefaultPainter &) VTK_DELETE_FUNCTION;
177 #endif //_vtkDefaultPainter_h
represents an object (geometry & properties) in a rendered scene
painter that can be inserted before any vtkDataSet painting chain to handle composite datasets...
record modification and/or execution time
abstract class defining interface for painter that manages clipping.
abstract specification for renderers
virtual void ReleaseGraphicsResources(vtkWindow *)
Release any graphics resources that are being consumed by this painter.
Detect and break reference loops.
virtual void SetDelegatePainter(vtkPainter *)
Set/Get the painter to which this painter should propagare its draw calls.
window superclass for vtkRenderWindow
a simple class to control print indentation
abstract class defining interface for painter that can handle lightin.
abstract superclass for painter that builds/uses display lists.
painter that converts scalars to colors.
Abstract class for drawing poly data.
sets up a default chain of painters.
painter that handles representation.
virtual void Render(vtkRenderer *renderer, vtkActor *actor, unsigned long typeflags, bool forceCompileOnly)
Generates rendering primitives of appropriate type(s).
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
painter that resolves conicident topology.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.