23 #ifndef vtkDataObjectTreeIterator_h 24 #define vtkDataObjectTreeIterator_h 26 #include "vtkCommonDataModelModule.h" 51 void GoToNextItem() VTK_OVERRIDE;
59 int IsDoneWithTraversal() VTK_OVERRIDE;
78 int HasCurrentMetaData() VTK_OVERRIDE;
85 unsigned int GetCurrentFlatIndex() VTK_OVERRIDE;
99 vtkGetMacro(VisitOnlyLeaves,
int);
110 vtkGetMacro(TraverseSubTree,
int);
116 ~vtkDataObjectTreeIterator() VTK_OVERRIDE;
133 friend class vtkMultiDataSetInternal;
135 unsigned int CurrentFlatIndex;
138 vtkDataObjectTreeIterator(const vtkDataObjectTreeIterator&) VTK_DELETE_FUNCTION;
139 void operator=(const vtkDataObjectTreeIterator&) VTK_DELETE_FUNCTION;
142 vtkInternals* Internals;
143 friend class vtkInternals;
155 void UpdateLocation();
provides implementation for most abstract methods in the superclass vtkCompositeDataSet ...
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.
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