34 #ifndef vtkTreeBFSIterator_h 
   35 #define vtkTreeBFSIterator_h 
   37 #include "vtkCommonDataModelModule.h"  
   40 class vtkTreeBFSIteratorInternals;
 
   54   void Initialize() VTK_OVERRIDE;
 
   57   vtkTreeBFSIteratorInternals* Internals;
 
Abstract class for iterator over a vtkTree. 
 
dynamic, self-adjusting array of int 
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses. 
 
a simple class to control print indentation 
 
breadth first search iterator through a vtkTree 
 
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...