vtkIdList

Section: Visualization Toolkit Common Classes

Usage

vtkIdList is used to represent and pass data id's between objects. vtkIdList may represent any type of integer id, but usually represents point and cell ids.

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

  obj = vtkIdList

Methods

The class vtkIdList 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 vtkIdList class.