VTK
|
Clear the depth buffer with a given value. More...
#include <vtkClearZPass.h>
Public Types | |
typedef vtkRenderPass | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | Render (const vtkRenderState *s) |
virtual void | SetDepth (double) |
virtual double | GetDepth () |
Static Public Member Functions | |
static vtkClearZPass * | New () |
static int | IsTypeOf (const char *type) |
static vtkClearZPass * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkClearZPass () | |
virtual | ~vtkClearZPass () |
Protected Attributes | |
double | Depth |
Clear the depth buffer with a given value.
Clear the depth buffer with a given value.
Definition at line 34 of file vtkClearZPass.h.
Reimplemented from vtkRenderPass.
Definition at line 38 of file vtkClearZPass.h.
vtkClearZPass::vtkClearZPass | ( | ) | [protected] |
Default constructor.
virtual vtkClearZPass::~vtkClearZPass | ( | ) | [protected, virtual] |
Destructor.
static vtkClearZPass* vtkClearZPass::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkObject.
virtual const char* vtkClearZPass::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkRenderPass.
static int vtkClearZPass::IsTypeOf | ( | const char * | name | ) | [static] |
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkRenderPass.
virtual int vtkClearZPass::IsA | ( | const char * | name | ) | [virtual] |
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkRenderPass.
static vtkClearZPass* vtkClearZPass::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkRenderPass.
void vtkClearZPass::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) | [virtual] |
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from vtkRenderPass.
virtual void vtkClearZPass::Render | ( | const vtkRenderState * | s | ) | [virtual] |
Perform rendering according to a render state s
.
Implements vtkRenderPass.
virtual void vtkClearZPass::SetDepth | ( | double | ) | [virtual] |
Set/Get the depth value. Initial value is 1.0 (farest).
virtual double vtkClearZPass::GetDepth | ( | ) | [virtual] |
Set/Get the depth value. Initial value is 1.0 (farest).
double vtkClearZPass::Depth [protected] |
Definition at line 62 of file vtkClearZPass.h.