VTK  9.4.20250421
vtkHierarchicalBoxDataSet.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
14#ifndef vtkHierarchicalBoxDataSet_h
15#define vtkHierarchicalBoxDataSet_h
16
17#include "vtkCommonDataModelModule.h" // For export macro
18#include "vtkDeprecation.h" // For VTK_DEPRECATED_IN_9_5_0
19#include "vtkOverlappingAMR.h"
20
21VTK_ABI_NAMESPACE_BEGIN
22class vtkInformation;
24
26 "Please use `vtkOverlappingAMR` instead.") VTKCOMMONDATAMODEL_EXPORT vtkHierarchicalBoxDataSet
27 : public vtkOverlappingAMR
28{
29public:
32 void PrintSelf(ostream& os, vtkIndent indent) override;
33
38
42 int GetDataObjectType() VTK_FUTURE_CONST override { return VTK_HIERARCHICAL_BOX_DATA_SET; }
43
45
51
52protected:
55
56private:
58 void operator=(const vtkHierarchicalBoxDataSet&) = delete;
59};
60
61VTK_ABI_NAMESPACE_END
62#endif
superclass for composite data iterators
Backwards compatibility class.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkCompositeDataIterator * NewIterator() override
Return a new iterator (the iterator has to be deleted by user).
static vtkHierarchicalBoxDataSet * GetData(vtkInformationVector *v, int i=0)
Retrieve an instance of this class from an information object.
int GetDataObjectType() VTK_FUTURE_CONST override
Return class name of data type (see vtkType.h for definitions).
~vtkHierarchicalBoxDataSet() override
static vtkHierarchicalBoxDataSet * GetData(vtkInformation *info)
Retrieve an instance of this class from an information object.
static vtkHierarchicalBoxDataSet * New()
a simple class to control print indentation
Definition vtkIndent.h:108
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
a multi-resolution dataset based on vtkUniformGrid allowing overlaps
#define VTK_DEPRECATED_IN_9_5_0(reason)
#define VTK_NEWINSTANCE