#include <vtkActorCollection.h>
Inheritance diagram for 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 49 of file vtkActorCollection.h.
Public Types | |
typedef vtkPropCollection | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
virtual void | PrintSelf (ostream &os, vtkIndent indent) |
void | AddItem (vtkActor *a) |
vtkActor * | GetNextActor () |
vtkActor * | GetLastActor () |
void | ApplyProperties (vtkProperty *p) |
vtkActor * | GetNextItem () |
vtkActor * | GetLastItem () |
vtkActor * | GetNextActor (vtkCollectionSimpleIterator &cookie) |
Static Public Member Functions | |
vtkActorCollection * | New () |
int | IsTypeOf (const char *type) |
vtkActorCollection * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkActorCollection () | |
~vtkActorCollection () |
|
Reimplemented from vtkPropCollection. Definition at line 53 of file vtkActorCollection.h. |
|
Definition at line 86 of file vtkActorCollection.h. |
|
Definition at line 87 of file vtkActorCollection.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 100 of file vtkActorCollection.h. References vtkCollection::AddItem(). |
|
Get the next actor in the list. Definition at line 105 of file vtkActorCollection.h. References vtkCollection::GetNextItemAsObject(). Referenced by GetNextItem(). |
|
Get the last actor in the list. Definition at line 110 of file vtkActorCollection.h. References vtkCollectionElement::Item. 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 122 of file vtkActorCollection.h. References GetNextActor(). |
|
Access routines that are provided for compatibility with previous version of VTK. Please use the GetNextActor(), GetLastActor() variants where possible. Definition at line 127 of file vtkActorCollection.h. References GetLastActor(). |
|
Apply properties to all actors in this collection. |
|
Reentrant safe way to get an object in a collection. Just pass the same cookie back and forth. Definition at line 80 of file vtkActorCollection.h. References vtkCollection::GetNextItemAsObject(), and vtkCollectionSimpleIterator. |