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 =========================================================================*/
28 #ifndef vtkHierarchicalBoxDataSet_h
29 #define vtkHierarchicalBoxDataSet_h
30 
31 #include "vtkCommonDataModelModule.h" // For export macro
32 #include "vtkOverlappingAMR.h"
33 
34 class vtkInformation;
36 
37 class VTKCOMMONDATAMODEL_EXPORT vtkHierarchicalBoxDataSet:
38  public vtkOverlappingAMR
39 {
40 public:
43  void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE;
44 
49 
53  int GetDataObjectType() VTK_OVERRIDE {return VTK_HIERARCHICAL_BOX_DATA_SET;}
54 
56 
62 
63 protected:
66 
67 private:
68  vtkHierarchicalBoxDataSet(const vtkHierarchicalBoxDataSet&) VTK_DELETE_FUNCTION;
69  void operator=(const vtkHierarchicalBoxDataSet&) VTK_DELETE_FUNCTION;
70 };
71 
72 #endif
vtkHierarchicalBoxDataSet::GetData
static vtkHierarchicalBoxDataSet * GetData(vtkInformation *info)
Retrieve an instance of this class from an information object.
vtkHierarchicalBoxDataSet::NewIterator
VTK_NEWINSTANCE vtkCompositeDataIterator * NewIterator() override
Return a new iterator (the iterator has to be deleted by user).
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:42
VTK_HIERARCHICAL_BOX_DATA_SET
#define VTK_HIERARCHICAL_BOX_DATA_SET
Definition: vtkType.h:102
vtkHierarchicalBoxDataSet
Backwards compatibility class.
Definition: vtkHierarchicalBoxDataSet.h:39
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:39
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:40
vtkHierarchicalBoxDataSet::New
static vtkHierarchicalBoxDataSet * New()
vtkOverlappingAMR
hierarchical dataset of vtkUniformGrids
Definition: vtkOverlappingAMR.h:47
vtkHierarchicalBoxDataSet::GetData
static vtkHierarchicalBoxDataSet * GetData(vtkInformationVector *v, int i=0)
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:87
vtkX3D::info
@ info
Definition: vtkX3D.h:376
vtkHierarchicalBoxDataSet::~vtkHierarchicalBoxDataSet
~vtkHierarchicalBoxDataSet() override
VTK_NEWINSTANCE
#define VTK_NEWINSTANCE
Definition: vtkWrappingHints.h:30