Go to the documentation of this file.
37 #ifndef vtkLabelHierarchyCompositeIterator_h
38 #define vtkLabelHierarchyCompositeIterator_h
41 #include "vtkRenderingLabelModule.h"
61 { this->AddIterator(it, 1); }
127 #endif // vtkLabelHierarchyCompositeIterator_h
void Begin(vtkIdTypeArray *) override
Initializes the iterator.
void Next() override
Advance the iterator.
contains an octree of labels
bool IsAtEnd() override
Returns true if the iterator is at the end.
virtual void AddIterator(vtkLabelHierarchyIterator *it, int count)
~vtkLabelHierarchyCompositeIterator() override
iterator over vtkLabelHierarchy
static vtkLabelHierarchyCompositeIterator * New()
void BoxNode() override
Not implemented.
Iterator over sub-iterators.
Internal * Implementation
void BoxAllNodes(vtkPolyData *) override
Not implemented.
vtkIdType GetLabelId() override
Retrieves the current label id.
virtual void ClearIterators()
Remove all iterators from this composite iterator.
a simple class to control print indentation
void GetNodeGeometry(double ctr[3], double &size) override
Retrieve the coordinates of the center of the current hierarchy node and the size of the node.
dynamic, self-adjusting array of vtkIdType
virtual void AddIterator(vtkLabelHierarchyIterator *it)
Adds a label iterator to this composite iterator.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkLabelHierarchy * GetHierarchy() override
Retrieve the current label hierarchy.
concrete dataset represents vertices, lines, polygons, and triangle strips
vtkLabelHierarchyCompositeIterator()