33 #ifndef __vtkHyperTreeGridGeometry_h
34 #define __vtkHyperTreeGridGeometry_h
36 #include "vtkFiltersHyperTreeModule.h"
37 #include "vtkPolyDataAlgorithm.h"
40 class vtkDataSetAttributes;
41 class vtkHyperTreeGrid;
49 void PrintSelf( ostream&, vtkIndent );
55 virtual int RequestData( vtkInformation*, vtkInformationVector**, vtkInformationVector* );
56 virtual int FillInputPortInformation(
int, vtkInformation* );
59 void RecursiveProcessTree(
void* );
60 void ProcessLeaf1D(
void* );
61 void ProcessLeaf2D(
void* );
62 void ProcessLeaf3D(
void* );
63 void AddFace( vtkIdType inId,
double* origin,
double* size,
64 int offset,
int orientation );
vtkDataSetAttributes * InData
Hyper tree grid outer surface.
vtkDataSetAttributes * OutData