16 #ifndef vtkClearZPass_h
17 #define vtkClearZPass_h
20 #include "vtkRenderingOpenGL2Module.h"
22 VTK_ABI_NAMESPACE_BEGIN
42 vtkSetClampMacro(Depth,
double, 0.0, 1.0);
43 vtkGetMacro(Depth,
double);
Clear the depth buffer with a given value.
Context in which a vtkRenderPass will render.
a simple class to control print indentation
virtual void Render(const vtkRenderState *s)=0
Perform rendering according to a render state s.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
Perform part of the rendering of a vtkRenderer.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.