VTK
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:
35  public vtkOverlappingAMR
36 {
37 public:
40  void PrintSelf(ostream &os, vtkIndent indent) override;
41 
46 
51 
53 
59 
60 protected:
62  ~vtkHierarchicalBoxDataSet() override;
63 
64 private:
66  void operator=(const vtkHierarchicalBoxDataSet&) = delete;
67 };
68 
69 #endif
vtkCompositeDataIterator * NewIterator() override
Return a new iterator (the iterator has to be deleted by the user).
Store vtkAlgorithm input/output information.
#define VTK_HIERARCHICAL_BOX_DATA_SET
Definition: vtkType.h:106
Backwards compatibility class.
superclass for composite data iterators
int GetDataObjectType() override
Return class name of data type (see vtkType.h for definitions).
a simple class to control print indentation
Definition: vtkIndent.h:33
static vtkOverlappingAMR * New()
#define VTK_NEWINSTANCE
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkOverlappingAMR * GetData(vtkInformation *info)
Retrieve an instance of this class from an information object.
hierarchical dataset of vtkUniformGrids
Store zero or more vtkInformation instances.