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 =========================================================================*/
27 #ifndef VTKHIERARCHICALBOXDATASET_H_
28 #define VTKHIERARCHICALBOXDATASET_H_
29 
30 #include "vtkCommonDataModelModule.h" // For export macro
31 #include "vtkOverlappingAMR.h"
32 
33 class vtkInformation;
35 
37  public vtkOverlappingAMR
38 {
39 public:
42  void PrintSelf(ostream &os, vtkIndent indent);
43 
46 
49 
50  // BTX
52 
55  // ETX
56 protected:
60 
61 private:
62  vtkHierarchicalBoxDataSet(const vtkHierarchicalBoxDataSet&); // Not implemented
63  void operator=(const vtkHierarchicalBoxDataSet&); // Not implemented
64 };
65 
66 #endif
vtkHierarchicalBoxDataSet::GetData
static vtkHierarchicalBoxDataSet * GetData(vtkInformation *info)
vtkHierarchicalBoxDataSet::NewIterator
virtual vtkCompositeDataIterator * NewIterator()
vtkCommonDataModelModule.h
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkHierarchicalBoxDataSet::GetDataObjectType
virtual int GetDataObjectType()
Definition: vtkHierarchicalBoxDataSet.h:48
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
VTK_HIERARCHICAL_BOX_DATA_SET
#define VTK_HIERARCHICAL_BOX_DATA_SET
Definition: vtkType.h:81
vtkgl::v
const GLdouble * v
Definition: vtkgl.h:11595
vtkHierarchicalBoxDataSet
Backwards compatibility class.
Definition: vtkHierarchicalBoxDataSet.h:38
vtkOverlappingAMR.h
vtkHierarchicalBoxDataSet::vtkHierarchicalBoxDataSet
vtkHierarchicalBoxDataSet()
vtkCompositeDataIterator
superclass for composite data iterators
Definition: vtkCompositeDataIterator.h:41
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkHierarchicalBoxDataSet::New
static vtkHierarchicalBoxDataSet * New()
vtkOverlappingAMR
hierarchical dataset of vtkUniformGrids
Definition: vtkOverlappingAMR.h:46
vtkHierarchicalBoxDataSet::GetData
static vtkHierarchicalBoxDataSet * GetData(vtkInformationVector *v, int i=0)
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkX3D::info
@ info
Definition: vtkX3D.h:376
VTKCOMMONDATAMODEL_EXPORT
#define VTKCOMMONDATAMODEL_EXPORT
Definition: vtkCommonDataModelModule.h:15
vtkHierarchicalBoxDataSet::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkHierarchicalBoxDataSet::~vtkHierarchicalBoxDataSet
virtual ~vtkHierarchicalBoxDataSet()