VTK  9.2.6
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=========================================================================*/
27
28#ifndef vtkHierarchicalBoxDataSet_h
29#define vtkHierarchicalBoxDataSet_h
30
31#include "vtkCommonDataModelModule.h" // For export macro
32#include "vtkOverlappingAMR.h"
33
34class vtkInformation;
36
37class VTKCOMMONDATAMODEL_EXPORT vtkHierarchicalBoxDataSet : public vtkOverlappingAMR
38{
39public:
42 void PrintSelf(ostream& os, vtkIndent indent) override;
43
48
53
55
61
62protected:
65
66private:
68 void operator=(const vtkHierarchicalBoxDataSet&) = delete;
69};
70
71#endif
superclass for composite data iterators
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:40
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
vtkOverlappingAMR()
Check whether the data set is internally consistent, e.g.
#define VTK_HIERARCHICAL_BOX_DATA_SET
Definition vtkType.h:92
#define VTK_NEWINSTANCE