25 #ifndef vtkOpenGLLightingPainter_h
26 #define vtkOpenGLLightingPainter_h
28 #include "vtkRenderingOpenGLModule.h"
60 unsigned long typeflags,
61 bool forceCompileOnly);
painter that manages lighting.
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.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
abstract specification for renderers
window superclass for vtkRenderWindow
a simple class to control print indentation
abstract class defining interface for painter that can handle lightin.
virtual double GetTimeToDraw()
This painter overrides GetTimeToDraw() to never pass the request to the delegate. ...
static vtkLightingPainter * New()