Main Page   Class Hierarchy   Alphabetical List   Compound List   Compound Members   Related Pages  

vtkActorCollection Class Reference

a list of actors. More...

#include <vtkActorCollection.h>

Inheritance diagram for vtkActorCollection:

Inheritance graph
[legend]
Collaboration diagram for vtkActorCollection:

Collaboration graph
[legend]
List of all members.

Public Methods

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void AddItem (vtkActor *a)
vtkActorGetNextActor ()
vtkActorGetLastActor ()
vtkActorGetNextItem ()
vtkActorGetLastItem ()
void ApplyProperties (vtkProperty *p)

Static Public Methods

vtkActorCollection * New ()
int IsTypeOf (const char *type)
vtkActorCollection * SafeDownCast (vtkObject *o)

Protected Methods

 vtkActorCollection ()
 ~vtkActorCollection ()
 vtkActorCollection (const vtkActorCollection &)
void operator= (const vtkActorCollection &)

Detailed Description

a list of actors.

Date:
2000/12/10 20:08:29
Revision:
1.36

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.

See also:
vtkActor vtkCollection


Member Function Documentation

void vtkActorCollection::AddItem vtkActor   a [inline]
 

Add an actor to the list.

void vtkActorCollection::ApplyProperties vtkProperty   p
 

Apply properties to all actors in this collection.

virtual const char* vtkActorCollection::GetClassName   [virtual]
 

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.

vtkActor * vtkActorCollection::GetLastActor   [inline]
 

Get the last actor in the list.

vtkActor * vtkActorCollection::GetNextActor   [inline]
 

Get the next actor in the list.

vtkActor * vtkActorCollection::GetNextItem   [inline]
 

Access routines that are provided for compatibility with previous version of VTK. Please use the GetNextActor(), GetLastActor() variants where possible.

virtual int vtkActorCollection::IsA const char *    type [virtual]
 

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.

int vtkActorCollection::IsTypeOf const char *    type [static]
 

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.

vtkActorCollection* vtkActorCollection::New   [static]
 

Construct with empty list.

Reimplemented from vtkPropCollection.

vtkActorCollection* vtkActorCollection::SafeDownCast vtkObject   o [static]
 

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.


The documentation for this class was generated from the following file:
Generated on Tue Mar 19 13:23:36 2002 for VTK by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002