VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkActor2DCollection Class Reference

a list of 2D actors More...

#include <vtkActor2DCollection.h>

Inheritance diagram for vtkActor2DCollection:
Inheritance graph
[legend]
Collaboration diagram for vtkActor2DCollection:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkPropCollection Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkActor2DCollectionNewInstance () const
void Sort ()
void AddItem (vtkActor2D *a)
void RenderOverlay (vtkViewport *viewport)
int IsItemPresent (vtkActor2D *a)
vtkActor2DGetNextActor2D ()
vtkActor2DGetLastActor2D ()
vtkActor2DGetNextItem ()
vtkActor2DGetLastItem ()
vtkActor2DGetNextActor2D (vtkCollectionSimpleIterator &cookie)

Static Public Member Functions

static vtkActor2DCollectionNew ()
static int IsTypeOf (const char *type)
static vtkActor2DCollectionSafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkActor2DCollection ()
 ~vtkActor2DCollection ()
virtual void DeleteElement (vtkCollectionElement *)

Detailed Description

a list of 2D actors

vtkActor2DCollection is a subclass of vtkCollection. vtkActor2DCollection maintains a collection of vtkActor2D objects that is sorted by layer number, with lower layer numbers at the start of the list. This allows the vtkActor2D objects to be rendered in the correct order.

See also:
vtkActor2D vtkCollection

Definition at line 37 of file vtkActor2DCollection.h.


Member Typedef Documentation

Reimplemented from vtkPropCollection.

Definition at line 44 of file vtkActor2DCollection.h.


Constructor & Destructor Documentation

Definition at line 83 of file vtkActor2DCollection.h.


Member Function Documentation

Desctructor for the vtkActor2DCollection class. This removes all objects from the collection.

Reimplemented from vtkPropCollection.

static int vtkActor2DCollection::IsTypeOf ( const char *  name) [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.

virtual int vtkActor2DCollection::IsA ( const char *  name) [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.

Reimplemented from vtkPropCollection.

virtual vtkObjectBase* vtkActor2DCollection::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkPropCollection.

Reimplemented from vtkPropCollection.

Sorts the vtkActor2DCollection by layer number. Smaller layer numbers are first. Layer numbers can be any integer value.

Add an actor to the list. The new actor is inserted in the list according to it's layer number.

Standard Collection methods

Definition at line 99 of file vtkActor2DCollection.h.

Standard Collection methods

Definition at line 104 of file vtkActor2DCollection.h.

Standard Collection methods

Definition at line 109 of file vtkActor2DCollection.h.

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

Definition at line 121 of file vtkActor2DCollection.h.

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

Definition at line 126 of file vtkActor2DCollection.h.

Sort and then render the collection of 2D actors.

Reentrant safe way to get an object in a collection. Just pass the same cookie back and forth.

Definition at line 77 of file vtkActor2DCollection.h.

virtual void vtkActor2DCollection::DeleteElement ( vtkCollectionElement ) [protected, virtual]

Reimplemented from vtkCollection.


The documentation for this class was generated from the following file: