VTK  9.0.1
vtkHierarchicalBoxDataSet.h
Go to the documentation of this file.
1 /*=========================================================================
2  Program: Visualization Toolkit
3  Module: vtkHierarchicalBoxDataSet.h
4 
5  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
6  All rights reserved.
7  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
8 
9  This software is distributed WITHOUT ANY WARRANTY; without even
10  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
11  PURPOSE. See the above copyright notice for more information.
12 
13 =========================================================================*/
25 #ifndef vtkHierarchicalBoxDataSet_h
26 #define vtkHierarchicalBoxDataSet_h
27 
28 #include "vtkCommonDataModelModule.h" // For export macro
29 #include "vtkOverlappingAMR.h"
30 
31 class vtkInformation;
33 
34 class VTKCOMMONDATAMODEL_EXPORT vtkHierarchicalBoxDataSet : public vtkOverlappingAMR
35 {
36 public:
39  void PrintSelf(ostream& os, vtkIndent indent) override;
40 
45 
50 
52 
58 
59 protected:
62 
63 private:
65  void operator=(const vtkHierarchicalBoxDataSet&) = delete;
66 };
67 
68 #endif
vtkHierarchicalBoxDataSet::NewIterator
vtkCompositeDataIterator * NewIterator() override
Return a new iterator (the iterator has to be deleted by user).
vtkHierarchicalBoxDataSet::GetDataObjectType
int GetDataObjectType() override
Return class name of data type (see vtkType.h for definitions).
Definition: vtkHierarchicalBoxDataSet.h:49
vtkHierarchicalBoxDataSet::GetData
static vtkHierarchicalBoxDataSet * GetData(vtkInformation *info)
Retrieve an instance of this class from an information object.
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:36
VTK_HIERARCHICAL_BOX_DATA_SET
#define VTK_HIERARCHICAL_BOX_DATA_SET
Definition: vtkType.h:100
vtkHierarchicalBoxDataSet
Backwards compatibility class.
Definition: vtkHierarchicalBoxDataSet.h:35
vtkOverlappingAMR.h
vtkHierarchicalBoxDataSet::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkHierarchicalBoxDataSet::vtkHierarchicalBoxDataSet
vtkHierarchicalBoxDataSet()
vtkCompositeDataIterator
superclass for composite data iterators
Definition: vtkCompositeDataIterator.h:36
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:34
vtkHierarchicalBoxDataSet::New
static vtkHierarchicalBoxDataSet * New()
vtkOverlappingAMR
hierarchical dataset of vtkUniformGrids
Definition: vtkOverlappingAMR.h:41
vtkHierarchicalBoxDataSet::GetData
static vtkHierarchicalBoxDataSet * GetData(vtkInformationVector *v, int i=0)
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:65
vtkX3D::info
@ info
Definition: vtkX3D.h:382
vtkHierarchicalBoxDataSet::~vtkHierarchicalBoxDataSet
~vtkHierarchicalBoxDataSet() override
VTK_NEWINSTANCE
#define VTK_NEWINSTANCE
Definition: vtkWrappingHints.h:42