VTK  9.3.20240424
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
23VTK_ABI_NAMESPACE_BEGIN
24class vtkInformation;
26
27class VTKCOMMONDATAMODEL_EXPORT vtkHierarchicalBoxDataSet : public vtkOverlappingAMR
28{
29public:
32 void PrintSelf(ostream& os, vtkIndent indent) override;
33
38
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.
int GetDataObjectType() override
Return class name of data type (see vtkType.h for definitions).
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.
~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.
hierarchical dataset of vtkUniformGrids
#define VTK_HIERARCHICAL_BOX_DATA_SET
Definition vtkType.h:80
#define VTK_NEWINSTANCE