Go to the documentation of this file.
25 #ifndef vtkOpenGLLightingPainter_h
26 #define vtkOpenGLLightingPainter_h
28 #include "vtkRenderingOpenGLModule.h"
60 unsigned long typeflags,
61 bool forceCompileOnly);
virtual double GetTimeToDraw()
This painter overrides GetTimeToDraw() to never pass the request to the delegate.
window superclass for vtkRenderWindow
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
abstract class defining interface for painter that can handle lightin.
virtual void RenderInternal(vtkRenderer *renderer, vtkActor *actor, unsigned long typeflags, bool forceCompileOnly)
Performs the actual rendering.
represents an object (geometry & properties) in a rendered scene
a simple class to control print indentation
static vtkLightingPainter * New()
painter that manages lighting.
abstract specification for renderers