17#ifndef vtkUniformGridAMRIterator_h
18#define vtkUniformGridAMRIterator_h
20#include "vtkCommonDataModelModule.h"
23VTK_ABI_NAMESPACE_BEGIN
76 [[nodiscard]]
bool IsValid() VTK_FUTURE_CONST;
82 void CheckItemAndLoopIfNeeded();
84 unsigned int CurrentLevel = 0;
85 unsigned int CurrentIndex = 0;
superclass for composite data iterators
a simple class to control print indentation