29 #ifndef vtkDataObjectTreeIterator_h 30 #define vtkDataObjectTreeIterator_h 32 #include "vtkCommonDataModelModule.h" 105 vtkGetMacro(VisitOnlyLeaves,
int);
116 vtkGetMacro(TraverseSubTree,
int);
139 friend class vtkMultiDataSetInternal;
148 vtkInternals* Internals;
149 friend class vtkInternals;
161 void UpdateLocation();
virtual int IsDoneWithTraversal()=0
Test whether the iterator is finished with the traversal.
provides implementation for most abstract methods in the superclass vtkCompositeDataSet ...
virtual vtkInformation * GetCurrentMetaData()=0
Returns the meta-data associated with the current item.
virtual int HasCurrentMetaData()=0
Returns if the a meta-data information object is present for the current item.
virtual void GoToNextItem()=0
Move the iterator to the next item in the collection.
superclass for composite data iterators
virtual void GoToFirstItem()=0
Move the iterator to the beginning of the collection.
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.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
virtual vtkDataObject * GetCurrentDataObject()=0
Returns the current item.
superclass for composite data iterators
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
general representation of visualization data
virtual unsigned int GetCurrentFlatIndex()=0
Flat index is an index to identify the data in a composite data structure.
unsigned int CurrentFlatIndex