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