Main Page   Class Hierarchy   Alphabetical List   Compound List   Compound 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

const char * GetClassName ()
void AddItem (vtkProp3D *p)
vtkProp3DGetNextProp3D ()
vtkProp3DGetLastProp3D ()

Static Public Methods

vtkProp3DCollection * New ()

Protected Methods

 vtkProp3DCollection ()
 ~vtkProp3DCollection ()
 vtkProp3DCollection (const vtkProp3DCollection &)
void operator= (const vtkProp3DCollection &)

Detailed Description

a list of 3D props.

Date:
2000/12/10 20:08:48
Revision:
1.4

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


Member Function Documentation

void vtkProp3DCollection::AddItem vtkProp3D   p [inline]
 

Add an actor to the list.

const char* vtkProp3DCollection::GetClassName   [inline, 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.

vtkProp3D * vtkProp3DCollection::GetLastProp3D   [inline]
 

Get the last actor in the list.

vtkProp3D * vtkProp3DCollection::GetNextProp3D   [inline]
 

Get the next actor in the list.

vtkProp3DCollection* vtkProp3DCollection::New   [static]
 

Construct with empty list.

Reimplemented from vtkPropCollection.


The documentation for this class was generated from the following file:
Generated on Tue Mar 19 13:31:39 2002 for VTK by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002