VTK
vtkHyperOctreeToUniformGridFilter.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkHyperOctreeToUniformGridFilter.h
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
31 #ifndef vtkHyperOctreeToUniformGridFilter_h
32 #define vtkHyperOctreeToUniformGridFilter_h
33 
34 #include "vtkFiltersHyperTreeModule.h" // For export macro
35 #include "vtkImageAlgorithm.h"
36 
38 class vtkCellData;
40 
42 {
43 public:
46  void PrintSelf(ostream& os, vtkIndent indent);
47 
48 protected:
51 
52  int RequestInformation (vtkInformation * vtkNotUsed(request),
53  vtkInformationVector **inputVector,
54  vtkInformationVector *outputVector);
55 
58 
59  void CopyCellData(int cellExtent[6]);
60 
61  // Variables used by generate recursively.
62  // It avoids to pass to much argument.
66  int YExtent;
67  int ZExtent;
69 
70 private:
72  void operator=(const vtkHyperOctreeToUniformGridFilter&); // Not implemented.
73 };
74 
75 #endif
Store vtkAlgorithm input/output information.
represent and manipulate cell attribute data
Definition: vtkCellData.h:37
#define VTKFILTERSHYPERTREE_EXPORT
Flat the octree into a uniform grid.
a simple class to control print indentation
Definition: vtkIndent.h:38
topologically and geometrically regular array of data
Definition: vtkImageData.h:44
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual int FillInputPortInformation(int port, vtkInformation *info)
represent and manipulate attribute data in a dataset
Objects that can traverse hyperoctree nodes.
Generic algorithm superclass for image algs.
Store zero or more vtkInformation instances.
void PrintSelf(ostream &os, vtkIndent indent)
static vtkAlgorithm * New()
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)