37 #ifndef vtkLabelHierarchyCompositeIterator_h
38 #define vtkLabelHierarchyCompositeIterator_h
41 #include "vtkRenderingLabelModule.h"
61 { this->AddIterator(it, 1); }
67 virtual void ClearIterators();
80 void Next() VTK_OVERRIDE;
85 bool IsAtEnd() VTK_OVERRIDE;
103 void GetNodeGeometry(
double ctr[3],
double&
size ) VTK_OVERRIDE;
108 void BoxNode() VTK_OVERRIDE { }
120 Internal* Implementation;
127 #endif // vtkLabelHierarchyCompositeIterator_h
iterator over vtkLabelHierarchy
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
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
contains an octree of labels
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
void BoxAllNodes(vtkPolyData *) override
Not implemented.