37 #ifndef vtkLabelHierarchyCompositeIterator_h
38 #define vtkLabelHierarchyCompositeIterator_h
41 #include "vtkRenderingLabelModule.h"
65 virtual void ClearIterators();
125 #endif // vtkLabelHierarchyCompositeIterator_h
iterator over vtkLabelHierarchy
virtual void Next()
Advance the iterator.
Iterator over sub-iterators.
virtual void AddIterator(vtkLabelHierarchyIterator *it)
Adds a label iterator to this composite iterator.
dynamic, self-adjusting array of vtkIdType
concrete dataset represents vertices, lines, polygons, and triangle strips
virtual void Begin(vtkIdTypeArray *)
Initializes the iterator.
a simple class to control print indentation
virtual void GetNodeGeometry(double ctr[3], double &size)=0
Retrieve the coordinates of the center of the current hierarchy node and the size of the node...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void BoxNode() override
Not implemented.
contains an octree of labels
Internal * Implementation
virtual bool IsAtEnd()
Returns true if the iterator is at the end.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
virtual vtkLabelHierarchy * GetHierarchy()
Get the label hierarchy associated with the current label.
void BoxAllNodes(vtkPolyData *) override
Not implemented.
virtual vtkIdType GetLabelId()
Retrieves the current label id.