#include <vtkActorCollection.h>
Inheritance diagram for vtkActorCollection:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | AddItem (vtkActor *a) |
vtkActor * | GetNextActor () |
vtkActor * | GetLastActor () |
void | ApplyProperties (vtkProperty *p) |
vtkActor * | GetNextItem () |
vtkActor * | GetLastItem () |
Static Public Methods | |
vtkActorCollection * | New () |
int | IsTypeOf (const char *type) |
vtkActorCollection * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkActorCollection () | |
~vtkActorCollection () |
vtkActorCollection represents and provides methods to manipulate a list of actors (i.e., vtkActor and subclasses). The list is unsorted and duplicate entries are not prevented.
Definition at line 61 of file vtkActorCollection.h.
|
Definition at line 88 of file vtkActorCollection.h. |
|
Definition at line 89 of file vtkActorCollection.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 102 of file vtkActorCollection.h. |
|
Get the next actor in the list. Definition at line 107 of file vtkActorCollection.h. Referenced by GetNextItem().
|
|
Get the last actor in the list. Definition at line 112 of file vtkActorCollection.h. Referenced by GetLastItem().
|
|
Access routines that are provided for compatibility with previous version of VTK. Please use the GetNextActor(), GetLastActor() variants where possible. Definition at line 124 of file vtkActorCollection.h. |
|
Access routines that are provided for compatibility with previous version of VTK. Please use the GetNextActor(), GetLastActor() variants where possible. Definition at line 129 of file vtkActorCollection.h. |
|
Apply properties to all actors in this collection. |