25 #ifndef vtkClearZPass_h
26 #define vtkClearZPass_h
28 #include "vtkRenderingOpenGLModule.h"
50 vtkSetClampMacro(Depth,
double,0.0,1.0);
51 vtkGetMacro(Depth,
double);
Clear the depth buffer with a given value.
virtual ~vtkClearZPass()
Destructor.
static vtkClearZPass * New()
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkClearZPass()
Default constructor.
virtual void Render(const vtkRenderState *s)
Perform rendering according to a render state s.
a simple class to control print indentation
Perform part of the rendering of a vtkRenderer.
Context in which a vtkRenderPass will render.