16#ifndef vtkClearZPass_h 
   17#define vtkClearZPass_h 
   20#include "vtkRenderingOpenGL2Module.h"  
   22VTK_ABI_NAMESPACE_BEGIN
 
   42  vtkSetClampMacro(Depth, 
double, 0.0, 1.0);
 
   43  vtkGetMacro(Depth, 
double);
 
Clear the depth buffer with a given value.
 
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.
 
static vtkClearZPass * New()
 
vtkClearZPass()
Default constructor.
 
~vtkClearZPass() override
Destructor.
 
a simple class to control print indentation
 
Perform part of the rendering of a vtkRenderer.
 
Context in which a vtkRenderPass will render.