59#ifndef vtkLightsPass_h
60#define vtkLightsPass_h
63#include "vtkRenderingOpenGL2Module.h"
66VTK_ABI_NAMESPACE_BEGIN
a simple class to control print indentation
Implement the lights render pass.
vtkLightsPass()
Default constructor.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void Render(const vtkRenderState *s) override
Perform rendering according to a render state s.
~vtkLightsPass() override
Destructor.
static vtkLightsPass * New()
Perform part of the rendering of a vtkRenderer.
Context in which a vtkRenderPass will render.