14 #ifndef vtkHyperTreeGridToDualGrid_h
15 #define vtkHyperTreeGridToDualGrid_h
17 #include "vtkFiltersHyperTreeModule.h"
22 VTK_ABI_NAMESPACE_BEGIN
54 void TraverseDualRecursively(
56 void GenerateDualCornerFromLeaf1D(
58 void GenerateDualCornerFromLeaf2D(
60 void GenerateDualCornerFromLeaf3D(
63 void TraverseDualRecursively(
65 void ShiftDualCornerFromMaskedLeaf2D(
67 void ShiftDualCornerFromMaskedLeaf3D(
69 void GenerateDualCornerFromLeaf2D(
71 void GenerateDualCornerFromLeaf3D(
76 std::map<vtkIdType, bool> PointShifted;
77 std::map<vtkIdType, double> PointShifts[3];
78 std::map<vtkIdType, double> ReductionFactors;
int FillOutputPortInformation(int, vtkInformation *) override
Define default input and output port types.
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.
Objects for traversal a HyperTreeGrid.
dynamic, self-adjusting array of vtkIdType
Convert hyper tree grid to the dual unstructured grid.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
dataset represents arbitrary combinations of all possible cell types
dynamic, self-adjusting array of bits
Superclass for algorithms that produce a hyper tree grid as output.
static vtkAlgorithm * New()
general representation of visualization data
represent and manipulate 3D points
virtual int ProcessTrees(vtkHyperTreeGrid *, vtkDataObject *)=0
Main routine to process individual trees in the grid This is pure virtual method to be implemented by...