25#ifndef vtkClearZPass_h
26#define vtkClearZPass_h
29#include "vtkRenderingOpenGL2Module.h"
50 vtkSetClampMacro(Depth,
double, 0.0, 1.0);
51 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.