VTK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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;
34 class vtkInformationVector;
35 
36 class VTKCOMMONDATAMODEL_EXPORT vtkHierarchicalBoxDataSet:
37  public vtkOverlappingAMR
38 {
39 public:
42  void PrintSelf(ostream &os, vtkIndent indent);
43 
46 
48  virtual int GetDataObjectType() {return VTK_HIERARCHICAL_BOX_DATA_SET;}
49 
50  // BTX
52 
53  static vtkHierarchicalBoxDataSet* GetData(vtkInformation* info);
54  static vtkHierarchicalBoxDataSet* GetData(vtkInformationVector* v, int i=0);
55  // ETX
56 protected:
58  virtual ~vtkHierarchicalBoxDataSet();
60 
61 private:
62  vtkHierarchicalBoxDataSet(const vtkHierarchicalBoxDataSet&); // Not implemented
63  void operator=(const vtkHierarchicalBoxDataSet&); // Not implemented
64 };
65 
66 #endif
Backwards compatibility class.
superclass for composite data iterators
static vtkOverlappingAMR * New()
virtual vtkCompositeDataIterator * NewIterator()
static vtkOverlappingAMR * GetData(vtkInformation *info)
void PrintSelf(ostream &os, vtkIndent indent)
hierarchical dataset of vtkUniformGrids