#include <vtkProp3DCollection.h>
Inheritance diagram for vtkProp3DCollection:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
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 () |
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 60 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. |
|
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. |
|
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. |
|
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. |
|
Add an actor to the list. Definition at line 90 of file vtkProp3DCollection.h. |
|
Get the next actor in the list. Definition at line 95 of file vtkProp3DCollection.h. |
|
Get the last actor in the list. Definition at line 100 of file vtkProp3DCollection.h. |