24 #ifndef vtkOpenGLRepresentationPainter_h
25 #define vtkOpenGLRepresentationPainter_h
27 #include "vtkRenderingOpenGLModule.h"
59 unsigned long typeflags,
bool forceCompileOnly);
represents an object (geometry & properties) in a rendered scene
a simple class to control print indentation
painter handling representation using OpenGL.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkOpenGLRepresentationPainter()
~vtkOpenGLRepresentationPainter()
static vtkOpenGLRepresentationPainter * New()
virtual double GetTimeToDraw()
This painter overrides GetTimeToDraw() to never pass the request to the delegate.
void RenderInternal(vtkRenderer *renderer, vtkActor *actor, unsigned long typeflags, bool forceCompileOnly)
Changes the polygon mode according to the representation.
abstract specification for renderers
painter that handles representation.