27 #ifndef vtkClearZPass_h
28 #define vtkClearZPass_h
30 #include "vtkRenderingOpenGL2Module.h"
52 vtkSetClampMacro(Depth,
double,0.0,1.0);
53 vtkGetMacro(Depth,
double);
Clear the depth buffer with a given value.
void PrintSelf(ostream &os, vtkIndent indent)
Context in which a vtkRenderPass will render.
a simple class to control print indentation
virtual void Render(const vtkRenderState *s)=0
Perform part of the rendering of a vtkRenderer.