VTK  9.5.20250805
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
37 int GetDataObjectType() VTK_FUTURE_CONST override { return VTK_HIERARCHICAL_BOX_DATA_SET; }
38
40
46
47protected:
50
51private:
53 void operator=(const vtkHierarchicalBoxDataSet&) = delete;
54};
55
56VTK_ABI_NAMESPACE_END
57#endif
Backwards compatibility class.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
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)