Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

vtkProp3DCollection Class Reference

a list of 3D props. More...

#include <vtkProp3DCollection.h>

Inheritance diagram for vtkProp3DCollection:

Inheritance graph
[legend]
Collaboration diagram for vtkProp3DCollection:

Collaboration graph
[legend]
List of all members.

Public Methods

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void AddItem (vtkProp3D *p)
vtkProp3DGetNextProp3D ()
vtkProp3DGetLastProp3D ()

Static Public Methods

vtkProp3DCollection * New ()
int IsTypeOf (const char *type)
vtkProp3DCollection * SafeDownCast (vtkObject *o)

Protected Methods

 vtkProp3DCollection ()
 ~vtkProp3DCollection ()

Detailed Description

a list of 3D props.

Date:
2001/10/11 13:38:21
Revision:
1.9

vtkProp3DCollection represents and provides methods to manipulate a list of 3D props (i.e., vtkProp3D and subclasses). The list is unsorted and duplicate entries are not prevented.

See also:
vtkProp3D vtkCollection

Definition at line 60 of file vtkProp3DCollection.h.


Constructor & Destructor Documentation

vtkProp3DCollection::vtkProp3DCollection   [inline, protected]
 

Definition at line 76 of file vtkProp3DCollection.h.

vtkProp3DCollection::~vtkProp3DCollection   [inline, protected]
 

Definition at line 77 of file vtkProp3DCollection.h.


Member Function Documentation

vtkProp3DCollection* vtkProp3DCollection::New   [static]
 

Construct with empty list.

Reimplemented from vtkPropCollection.

virtual const char* vtkProp3DCollection::GetClassName   [virtual]
 

Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkPropCollection.

int vtkProp3DCollection::IsTypeOf const char *    type [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 vtkPropCollection.

virtual int vtkProp3DCollection::IsA const char *    type [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 vtkPropCollection.

vtkProp3DCollection* vtkProp3DCollection::SafeDownCast vtkObject   o [static]
 

Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkPropCollection.

void vtkProp3DCollection::AddItem vtkProp3D   a [inline]
 

Add an actor to the list.

Definition at line 90 of file vtkProp3DCollection.h.

vtkProp3D * vtkProp3DCollection::GetNextProp3D   [inline]
 

Get the next actor in the list.

Definition at line 95 of file vtkProp3DCollection.h.

vtkProp3D * vtkProp3DCollection::GetLastProp3D   [inline]
 

Get the last actor in the list.

Definition at line 100 of file vtkProp3DCollection.h.


The documentation for this class was generated from the following file:
Generated on Thu Mar 28 14:40:10 2002 for VTK by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001