#include <vtkProp3DCollection.h>
Inheritance diagram for vtkProp3DCollection:


Public Methods | |
| const char * | GetClassName () |
| void | AddItem (vtkProp3D *p) |
| vtkProp3D * | GetNextProp3D () |
| vtkProp3D * | GetLastProp3D () |
Static Public Methods | |
| vtkProp3DCollection * | New () |
Protected Methods | |
| vtkProp3DCollection () | |
| ~vtkProp3DCollection () | |
| vtkProp3DCollection (const vtkProp3DCollection &) | |
| void | operator= (const vtkProp3DCollection &) |
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.
Definition at line 59 of file vtkProp3DCollection.h.
|
|
Definition at line 75 of file vtkProp3DCollection.h. |
|
|
Definition at line 76 of file vtkProp3DCollection.h. |
|
|
Definition at line 77 of file vtkProp3DCollection.h. |
|
|
Construct with empty list. Reimplemented from vtkPropCollection. |
|
|
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. Definition at line 63 of file vtkProp3DCollection.h. |
|
|
Add an actor to the list. Definition at line 88 of file vtkProp3DCollection.h. |
|
|
Get the next actor in the list. Definition at line 93 of file vtkProp3DCollection.h. |
|
|
Get the last actor in the list. Definition at line 98 of file vtkProp3DCollection.h. |
|
|
Definition at line 78 of file vtkProp3DCollection.h. |
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001