#include <vtkProp3DCollection.h>
Inheritance diagram for 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 47 of file vtkProp3DCollection.h.
Public Types | |
typedef vtkPropCollection | Superclass |
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
virtual void | PrintSelf (ostream &os, vtkIndent indent) |
void | AddItem (vtkProp3D *p) |
vtkProp3D * | GetNextProp3D () |
vtkProp3D * | GetLastProp3D () |
Static Public Methods | |
vtkProp3DCollection * | New () |
int | IsTypeOf (const char *type) |
vtkProp3DCollection * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkProp3DCollection () | |
~vtkProp3DCollection () |
|
Reimplemented from vtkPropCollection. Definition at line 51 of file vtkProp3DCollection.h. |
|
Definition at line 64 of file vtkProp3DCollection.h. |
|
Definition at line 65 of file vtkProp3DCollection.h. |
|
Construct with empty list. Reimplemented from vtkPropCollection. |
|
Reimplemented from vtkPropCollection. |
|
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 vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkPropCollection. |
|
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 vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkPropCollection. |
|
Reimplemented from vtkPropCollection. |
|
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. |
|
Add an actor to the list. Definition at line 78 of file vtkProp3DCollection.h. References vtkCollection::AddItem(). |
|
Get the next actor in the list. Definition at line 83 of file vtkProp3DCollection.h. References vtkCollection::GetNextItemAsObject(). |
|
Get the last actor in the list. Definition at line 88 of file vtkProp3DCollection.h. References vtkCollection::Bottom, and vtkCollectionElement::Item. |