vtkActor2DCollection
Super Class: vtkCollection
Description:
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:
Methods:
void vtkActor2DCollection () | |
static vtkActor2DCollection *New () | |
const char *GetClassName () | |
void Sort () | |
void AddItem (vtkActor2D *) | |
int IsItemPresent (vtkActor2D *) | |
vtkActor2D *GetNextItem () | |
vtkActor2D *GetLastItem () | |
void Render (vtkViewport *) | |
void DeleteElement (vtkCollectionElement *) |
Detailed Method Descriptions:
void vtkActor2DCollection () |
void Sort () |
void AddItem (vtkActor2D *) |
int IsItemPresent (vtkActor2D *) | |
vtkActor2D *GetNextItem () | |
vtkActor2D *GetLastItem () |
void Render (vtkViewport *) |