vtkLabelHierarchyCompositeIterator

Section: Visualization Toolkit Rendering Classes

Usage

Iterates over child iterators in a round-robin order. Each iterator may have its own count, which is the number of times it is repeated until moving to the next iterator. For example, if you initialize the iterator with <pre> it->AddIterator(A, 1); it->AddIterator(B, 3); </pre> The order of iterators will be A,B,B,B,A,B,B,B,...

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

  obj = vtkLabelHierarchyCompositeIterator

Methods

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