34#ifndef vtkTreeBFSIterator_h
35#define vtkTreeBFSIterator_h
37#include "vtkCommonDataModelModule.h"
40class vtkTreeBFSIteratorInternals;
54 void Initialize() VTK_OVERRIDE;
57 vtkTreeBFSIteratorInternals* Internals;
a simple class to control print indentation
dynamic, self-adjusting array of int
breadth first search iterator through a vtkTree
static vtkTreeBFSIterator * New()
~vtkTreeBFSIterator() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Abstract class for iterator over a vtkTree.