62#ifndef vtkHyperTreeGridToUnstructuredGrid_h
63#define vtkHyperTreeGridToUnstructuredGrid_h
65#include "vtkFiltersHyperTreeModule.h"
dynamic, self-adjusting array of bits
object to represent cell connectivity
general representation of visualization data
Superclass for algorithms that produce a hyper tree grid as output.
Objects for traversal a HyperTreeGrid.
Convert hyper tree grid to unstructured grid.
int FillOutputPortInformation(int, vtkInformation *) override
For this algorithm the output is a vtkUnstructuredGrid instance.
vtkCellArray * Cells
Storage for cells of output unstructured mesh.
vtkPoints * Points
Storage for points of output unstructured mesh.
void RecursivelyProcessTree(vtkHyperTreeGridNonOrientedGeometryCursor *)
Recursively descend into tree down to leaves.
int ProcessTrees(vtkHyperTreeGrid *, vtkDataObject *) override
Main routine to convert the grid of tree into an unstructured grid.
static vtkHyperTreeGridToUnstructuredGrid * New()
~vtkHyperTreeGridToUnstructuredGrid() override
void AddCell(vtkIdType, double *, double *)
Helper method to generate a 2D or 3D cell.
unsigned int Dimension
Storage of underlying tree.
const unsigned int * Axes
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkHyperTreeGridToUnstructuredGrid()
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.
a simple class to control print indentation
represent and manipulate 3D points
dataset represents arbitrary combinations of all possible cell types