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 
virtual void RenderInternal(vtkRenderer *renderer, vtkActor *actor, unsigned long typeflags, bool forceCompileOnly)
Performs the actual rendering. 
painter handling representation using OpenGL. 
abstract specification for renderers 
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses. 
virtual double GetTimeToDraw()
This painter overrides GetTimeToDraw() to never pass the request to the delegate. ...
a simple class to control print indentation 
painter that handles representation. 
static vtkRepresentationPainter * New()