vtkRenderPassCollection Class Reference

#include <vtkRenderPassCollection.h>

Inheritance diagram for vtkRenderPassCollection:

Inheritance graph
[legend]
Collaboration diagram for vtkRenderPassCollection:

Collaboration graph
[legend]

List of all members.


Detailed Description

a list of RenderPasses

vtkRenderPassCollection represents a list of RenderPasses (i.e., vtkRenderPass and subclasses) and provides methods to manipulate the list. The list is unsorted and duplicate entries are not prevented.

See also:
vtkRenderPass vtkCollection
Tests:
vtkRenderPassCollection (Tests)

Definition at line 36 of file vtkRenderPassCollection.h.


Public Types

typedef vtkCollection Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
void AddItem (vtkRenderPass *pass)
vtkRenderPassGetNextRenderPass ()
vtkRenderPassGetLastRenderPass ()
vtkRenderPassGetNextRenderPass (vtkCollectionSimpleIterator &cookie)

Static Public Member Functions

static vtkRenderPassCollectionNew ()
static int IsTypeOf (const char *type)
static vtkRenderPassCollectionSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkRenderPassCollection ()
 ~vtkRenderPassCollection ()

Member Typedef Documentation

Reimplemented from vtkCollection.

Definition at line 40 of file vtkRenderPassCollection.h.


Constructor & Destructor Documentation

vtkRenderPassCollection::vtkRenderPassCollection (  )  [protected]

vtkRenderPassCollection::~vtkRenderPassCollection (  )  [protected]


Member Function Documentation

static vtkRenderPassCollection* vtkRenderPassCollection::New (  )  [static]

Construct with empty list.

Reimplemented from vtkCollection.

virtual const char* vtkRenderPassCollection::GetClassName (  )  [virtual]

Reimplemented from vtkCollection.

static int vtkRenderPassCollection::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 vtkCollection.

virtual int vtkRenderPassCollection::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 vtkCollection.

static vtkRenderPassCollection* vtkRenderPassCollection::SafeDownCast ( vtkObject o  )  [static]

Reimplemented from vtkCollection.

void vtkRenderPassCollection::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 vtkCollection.

void vtkRenderPassCollection::AddItem ( vtkRenderPass pass  ) 

Add an RenderPass to the list.

vtkRenderPass* vtkRenderPassCollection::GetNextRenderPass (  ) 

Get the next RenderPass in the list.

vtkRenderPass* vtkRenderPassCollection::GetLastRenderPass (  ) 

Get the last RenderPass in the list.

vtkRenderPass* vtkRenderPassCollection::GetNextRenderPass ( vtkCollectionSimpleIterator cookie  ) 

Reentrant safe way to get an object in a collection. Just pass the same cookie back and forth.


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

Generated on Mon Sep 27 18:47:47 2010 for VTK by  doxygen 1.5.6