VTK  9.3.0
vtkHierarchicalBoxDataIterator.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2// SPDX-License-Identifier: BSD-3-Clause
11#ifndef vtkHierarchicalBoxDataIterator_h
12#define vtkHierarchicalBoxDataIterator_h
13
14#include "vtkCommonDataModelModule.h" // For export macro
15#include "vtkDeprecation.h" // For VTK_DEPRECATED_IN_9_2_0
17
18VTK_ABI_NAMESPACE_BEGIN
20 "Use vtkUniformGridAMRDataIterator instead of vtkHierarchicalBoxDataIterator")
21 VTKCOMMONDATAMODEL_EXPORT vtkHierarchicalBoxDataIterator : public vtkUniformGridAMRDataIterator
22{
23public:
26 void PrintSelf(ostream& os, vtkIndent indent) override;
27
28protected:
31
32private:
34 void operator=(const vtkHierarchicalBoxDataIterator&) = delete;
35};
36
37VTK_ABI_NAMESPACE_END
38#endif
39
40// VTK-HeaderTest-Exclude: vtkHierarchicalBoxDataIterator.h
Empty class for backwards compatibility.
static vtkHierarchicalBoxDataIterator * New()
~vtkHierarchicalBoxDataIterator() override
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
Definition vtkIndent.h:29
subclass of vtkCompositeDataIterator with API to get current level and dataset index.
#define VTK_DEPRECATED_IN_9_2_0(reason)