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);
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkOpenGLLightingPainter()
virtual double GetTimeToDraw()
This painter overrides GetTimeToDraw() to never pass the request to the delegate.
window superclass for vtkRenderWindow
~vtkOpenGLLightingPainter()
abstract class defining interface for painter that can handle lightin.
virtual void RenderInternal(vtkRenderer *renderer, vtkActor *actor, unsigned long typeflags, bool forceCompileOnly)
Setups lighting state before calling render on delegate painter.
represents an object (geometry & properties) in a rendered scene
a simple class to control print indentation
static vtkOpenGLLightingPainter * New()
painter that manages lighting.
abstract specification for renderers