#include <vtkActor2DCollection.h>
Inheritance diagram for vtkActor2DCollection:
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.
Definition at line 46 of file vtkActor2DCollection.h.
Public Types | |
typedef vtkPropCollection | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | Sort () |
void | AddItem (vtkActor2D *a) |
void | RenderOverlay (vtkViewport *viewport) |
int | IsItemPresent (vtkActor2D *a) |
vtkActor2D * | GetNextActor2D () |
vtkActor2D * | GetLastActor2D () |
vtkActor2D * | GetNextItem () |
vtkActor2D * | GetLastItem () |
vtkActor2D * | GetNextActor2D (vtkCollectionSimpleIterator &cookie) |
Static Public Member Functions | |
vtkActor2DCollection * | New () |
int | IsTypeOf (const char *type) |
vtkActor2DCollection * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkActor2DCollection () | |
~vtkActor2DCollection () | |
virtual void | DeleteElement (vtkCollectionElement *) |
|
Reimplemented from vtkPropCollection. Definition at line 53 of file vtkActor2DCollection.h. |
|
Definition at line 92 of file vtkActor2DCollection.h. |
|
|
|
Desctructor for the vtkActor2DCollection class. This removes all objects from the collection. 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. |
|
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 108 of file vtkActor2DCollection.h. References vtkCollection::IsItemPresent(). |
|
Standard Collection methods Definition at line 113 of file vtkActor2DCollection.h. References vtkCollection::GetNextItemAsObject(). Referenced by GetNextItem(). |
|
Standard Collection methods Definition at line 118 of file vtkActor2DCollection.h. References vtkCollectionElement::Item. Referenced by GetLastItem(). |
|
Access routines that are provided for compatibility with previous version of VTK. Please use the GetNextActor2D(), GetLastActor2D() variants where possible. Definition at line 130 of file vtkActor2DCollection.h. References GetNextActor2D(). |
|
Access routines that are provided for compatibility with previous version of VTK. Please use the GetNextActor2D(), GetLastActor2D() variants where possible. Definition at line 135 of file vtkActor2DCollection.h. References GetLastActor2D(). |
|
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 86 of file vtkActor2DCollection.h. References vtkCollection::GetNextItemAsObject(), and vtkCollectionSimpleIterator. |
|
Reimplemented from vtkCollection. |