vtkCollection

Section: Visualization Toolkit Common Classes

Usage

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.

To create an instance of class vtkCollection, simply invoke its constructor as follows

  obj = vtkCollection

Methods

The class vtkCollection has several methods that can be used. They are listed below. Note that the documentation is translated automatically from the VTK sources, and may not be completely intelligible. When in doubt, consult the VTK website. In the methods listed below, obj is an instance of the vtkCollection class.