vtkCollection - create and manipulate unsorted lists of objects
Super Class: vtkObject
Description:
vtkCollection is a general object for creating and manipulating lists of objects. The lists are unsorted and allow duplicate entries. vtkCollection also serves as a base class for lists of specific types of objects.
See Also:
vtkActorCollection vtkAssemblyPaths vtkDataSetCollection vtkImplicitFunctionCollection vtkLightCollection vtkPolyDataCollection vtkRenderWindowCollection vtkRendererCollection vtkStructuredPointsCollection vtkTransformCollection vtkVolumeCollection
Methods:
void PrintSelf (unknown & ,vtkIndent ) | |
static vtkCollection *New () | |
const char *GetClassName () | |
void vtkCollection () | |
void vtkCollection () | |
void AddItem (vtkObject *) | |
void ReplaceItem (int ,vtkObject *) | |
void RemoveItem (int ) | |
void RemoveItem (vtkObject *) | |
void RemoveAllItems () | |
int IsItemPresent (vtkObject *) | |
int GetNumberOfItems () | |
void InitTraversal () | |
vtkObject *GetNextItemAsObject () | |
vtkObject *GetItemAsObject (int ) | |
void DeleteElement (vtkCollectionElement *) |
Detailed Method Descriptions:
void vtkCollection () |
void vtkCollection () |
void AddItem (vtkObject *) |
void ReplaceItem (int ,vtkObject *) |
void RemoveItem (int ) |
void RemoveItem (vtkObject *) |
void RemoveAllItems () |
int IsItemPresent (vtkObject *) |
int GetNumberOfItems () |
void InitTraversal () |
vtkObject *GetNextItemAsObject () |
vtkObject *GetItemAsObject (int ) |