#include <vtkActor2DCollection.h>
Inheritance diagram for vtkActor2DCollection:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | Sort () |
void | AddItem (vtkActor2D *a) |
int | IsItemPresent (vtkActor2D *a) |
vtkActor2D * | GetNextActor2D () |
vtkActor2D * | GetLastActor2D () |
vtkActor2D * | GetNextItem () |
vtkActor2D * | GetLastItem () |
void | RenderOverlay (vtkViewport *viewport) |
Static Public Methods | |
vtkActor2DCollection * | New () |
int | IsTypeOf (const char *type) |
vtkActor2DCollection * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkActor2DCollection () | |
~vtkActor2DCollection () | |
vtkActor2DCollection (const vtkActor2DCollection &) | |
void | operator= (const vtkActor2DCollection &) |
virtual void | DeleteElement (vtkCollectionElement *) |
Definition at line 64 of file vtkActor2DCollection.h.
|
Definition at line 98 of file vtkActor2DCollection.h. |
|
|
|
Definition at line 100 of file vtkActor2DCollection.h. |
|
Desctructor for the vtkActor2DCollection class. This removes all objects from the collection. 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. |
|
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 113 of file vtkActor2DCollection.h. |
|
Definition at line 118 of file vtkActor2DCollection.h. Referenced by GetNextItem().
|
|
Definition at line 123 of file vtkActor2DCollection.h. 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 135 of file vtkActor2DCollection.h. |
|
Definition at line 140 of file vtkActor2DCollection.h. |
|
Sort and then render the collection of 2D actors. |
|
Definition at line 101 of file vtkActor2DCollection.h. |
|
Reimplemented from vtkCollection. |