vtkClearZPass Class Reference

#include <vtkClearZPass.h>

Inheritance diagram for vtkClearZPass:

Inheritance graph
[legend]
Collaboration diagram for vtkClearZPass:

Collaboration graph
[legend]

List of all members.


Detailed Description

Clear the depth buffer with a given value.

Clear the depth buffer with a given value.

See also:
vtkRenderPass
Tests:
vtkClearZPass (Tests)

Definition at line 34 of file 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 vtkClearZPassNew ()
static int IsTypeOf (const char *type)
static vtkClearZPassSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkClearZPass ()
virtual ~vtkClearZPass ()

Protected Attributes

double Depth

Member Typedef Documentation

Reimplemented from vtkRenderPass.

Definition at line 38 of file vtkClearZPass.h.


Constructor & Destructor Documentation

vtkClearZPass::vtkClearZPass (  )  [protected]

Default constructor.

virtual vtkClearZPass::~vtkClearZPass (  )  [protected, virtual]

Destructor.


Member Function Documentation

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.

Precondition:
s_exists: s!=0

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).


Member Data Documentation

double vtkClearZPass::Depth [protected]

Definition at line 62 of file vtkClearZPass.h.


The documentation for this class was generated from the following file:

Generated on Wed Aug 24 11:31:00 2011 for VTK by  doxygen 1.5.6