25#ifndef vtkClearZPass_h
26#define vtkClearZPass_h
29#include "vtkRenderingOpenGL2Module.h"
50 vtkSetClampMacro(
Depth,
double, 0.0, 1.0);
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
vtkRenderPass()
Default constructor.
Context in which a vtkRenderPass will render.