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 
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
vtkHyperOctreeToUniformGridFilter::OutputCD
vtkCellData * OutputCD
Definition: vtkHyperOctreeToUniformGridFilter.h:64
vtkHyperOctreeToUniformGridFilter::Cursor
vtkHyperOctreeCursor * Cursor
Definition: vtkHyperOctreeToUniformGridFilter.h:65
vtkDataSetAttributes
represent and manipulate attribute data in a dataset
Definition: vtkDataSetAttributes.h:58
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkHyperOctreeToUniformGridFilter
Flat the octree into a uniform grid.
Definition: vtkHyperOctreeToUniformGridFilter.h:42
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkHyperOctreeCursor
Objects that can traverse hyperoctree nodes.
Definition: vtkHyperOctreeCursor.h:51
vtkImageAlgorithm.h
vtkHyperOctreeToUniformGridFilter::~vtkHyperOctreeToUniformGridFilter
~vtkHyperOctreeToUniformGridFilter()
vtkImageAlgorithm
Generic algorithm superclass for image algs.
Definition: vtkImageAlgorithm.h:40
vtkFiltersHyperTreeModule.h
vtkHyperOctreeToUniformGridFilter::RequestData
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkX3D::port
@ port
Definition: vtkX3D.h:447
vtkHyperOctreeToUniformGridFilter::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
VTKFILTERSHYPERTREE_EXPORT
#define VTKFILTERSHYPERTREE_EXPORT
Definition: vtkFiltersHyperTreeModule.h:15
vtkNotUsed
#define vtkNotUsed(x)
Definition: vtkSetGet.h:557
vtkHyperOctreeToUniformGridFilter::FillInputPortInformation
virtual int FillInputPortInformation(int port, vtkInformation *info)
vtkCellData
represent and manipulate cell attribute data
Definition: vtkCellData.h:38
vtkImageData
topologically and geometrically regular array of data
Definition: vtkImageData.h:45
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkHyperOctreeToUniformGridFilter::RequestInformation
int RequestInformation(vtkInformation *vtkNotUsed(request), vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkHyperOctreeToUniformGridFilter::ZExtent
int ZExtent
Definition: vtkHyperOctreeToUniformGridFilter.h:67
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkHyperOctreeToUniformGridFilter::Output
vtkImageData * Output
Definition: vtkHyperOctreeToUniformGridFilter.h:68
vtkX3D::info
@ info
Definition: vtkX3D.h:376
vtkHyperOctreeToUniformGridFilter::YExtent
int YExtent
Definition: vtkHyperOctreeToUniformGridFilter.h:66
vtkHyperOctreeToUniformGridFilter::CopyCellData
void CopyCellData(int cellExtent[6])
vtkHyperOctreeToUniformGridFilter::New
static vtkHyperOctreeToUniformGridFilter * New()
vtkHyperOctreeToUniformGridFilter::InputCD
vtkDataSetAttributes * InputCD
Definition: vtkHyperOctreeToUniformGridFilter.h:63
vtkHyperOctreeToUniformGridFilter::vtkHyperOctreeToUniformGridFilter
vtkHyperOctreeToUniformGridFilter()