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:
58  virtual ~vtkHierarchicalBoxDataSet();
60 
61 private:
62  vtkHierarchicalBoxDataSet(const vtkHierarchicalBoxDataSet&); // Not implemented
63  void operator=(const vtkHierarchicalBoxDataSet&); // Not implemented
64 };
65 
66 #endif
Store vtkAlgorithm input/output information.
#define VTK_HIERARCHICAL_BOX_DATA_SET
Definition: vtkType.h:81
Backwards compatibility class.
superclass for composite data iterators
a simple class to control print indentation
Definition: vtkIndent.h:38
static vtkOverlappingAMR * New()
virtual vtkCompositeDataIterator * NewIterator()
static vtkOverlappingAMR * GetData(vtkInformation *info)
void PrintSelf(ostream &os, vtkIndent indent)
hierarchical dataset of vtkUniformGrids
Store zero or more vtkInformation instances.
#define VTKCOMMONDATAMODEL_EXPORT