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