VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkClearZPass Class Reference

Clear the depth buffer with a given value. More...

#include <vtkClearZPass.h>

Inheritance diagram for vtkClearZPass:
Inheritance graph
[legend]
Collaboration diagram for vtkClearZPass:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkRenderPass Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkClearZPassNewInstance () const
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 (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkClearZPass ()
virtual ~vtkClearZPass ()

Protected Attributes

double Depth

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 35 of file vtkClearZPass.h.


Member Typedef Documentation

Reimplemented from vtkRenderPass.

Definition at line 39 of file vtkClearZPass.h.


Constructor & Destructor Documentation

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.

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.

Reimplemented from vtkRenderPass.

virtual vtkObjectBase* vtkClearZPass::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkRenderPass.

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

Definition at line 63 of file vtkClearZPass.h.


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