VTK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkHyperTreeGridToUnstructuredGrid Class Reference

Convert hyper tree grid to unstructured grid. More...

#include <vtkHyperTreeGridToUnstructuredGrid.h>

Inherits vtkUnstructuredGridAlgorithm.

Public Types

typedef
vtkUnstructuredGridAlgorithm 
Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkHyperTreeGridToUnstructuredGridNewInstance () const
 
void PrintSelf (ostream &, vtkIndent)
 

Static Public Member Functions

static
vtkHyperTreeGridToUnstructuredGrid
New ()
 
static int IsTypeOf (const char *type)
 
static
vtkHyperTreeGridToUnstructuredGrid
SafeDownCast (vtkObjectBase *o)
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkHyperTreeGridToUnstructuredGrid ()
 
 ~vtkHyperTreeGridToUnstructuredGrid ()
 
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
virtual int FillInputPortInformation (int, vtkInformation *)
 
void ProcessTrees ()
 
void RecursiveProcessTree (void *)
 
void AddCell (vtkIdType inId, double *origin, double *size)
 

Protected Attributes

unsigned int Dimension
 
unsigned int CellSize
 
unsigned int * Coefficients
 
vtkHyperTreeGrid * Input
 
vtkUnstructuredGrid * Output
 
vtkDataSetAttributes * InData
 
vtkDataSetAttributes * OutData
 
vtkPoints * Points
 
vtkCellArray * Cells
 

Detailed Description

Convert hyper tree grid to unstructured grid.

Make explicit all leaves of a hyper tree grid by converting them to cells of an unstructured grid. Produces segments in 1D, rectangles in 2D, right hexahedra in 3D. NB: The output will contain superimposed inter-element boundaries and pending nodes as a result of T-junctions.

See Also
vtkHyperTreeGrid vtkUnstructuredGrid
Thanks:
This class was written by Philippe Pebay and Charles Law, Kitware 2012 This work was supported in part by Commissariat a l'Energie Atomique (CEA/DIF)
Tests:
vtkHyperTreeGridToUnstructuredGrid (Tests)

Definition at line 48 of file vtkHyperTreeGridToUnstructuredGrid.h.

Member Typedef Documentation

typedef vtkUnstructuredGridAlgorithm vtkHyperTreeGridToUnstructuredGrid::Superclass

Definition at line 52 of file vtkHyperTreeGridToUnstructuredGrid.h.

Constructor & Destructor Documentation

vtkHyperTreeGridToUnstructuredGrid::vtkHyperTreeGridToUnstructuredGrid ( )
protected
vtkHyperTreeGridToUnstructuredGrid::~vtkHyperTreeGridToUnstructuredGrid ( )
protected

Member Function Documentation

static vtkHyperTreeGridToUnstructuredGrid* vtkHyperTreeGridToUnstructuredGrid::New ( )
static
static int vtkHyperTreeGridToUnstructuredGrid::IsTypeOf ( const char *  type)
static
virtual int vtkHyperTreeGridToUnstructuredGrid::IsA ( const char *  type)
virtual
static vtkHyperTreeGridToUnstructuredGrid* vtkHyperTreeGridToUnstructuredGrid::SafeDownCast ( vtkObjectBase *  o)
static
virtual vtkObjectBase* vtkHyperTreeGridToUnstructuredGrid::NewInstanceInternal ( ) const
protectedvirtual
vtkHyperTreeGridToUnstructuredGrid* vtkHyperTreeGridToUnstructuredGrid::NewInstance ( ) const
void vtkHyperTreeGridToUnstructuredGrid::PrintSelf ( ostream &  ,
vtkIndent   
)
virtual int vtkHyperTreeGridToUnstructuredGrid::RequestData ( vtkInformation *  ,
vtkInformationVector **  ,
vtkInformationVector *   
)
protectedvirtual
virtual int vtkHyperTreeGridToUnstructuredGrid::FillInputPortInformation ( int  ,
vtkInformation *   
)
protectedvirtual
void vtkHyperTreeGridToUnstructuredGrid::ProcessTrees ( )
protected
void vtkHyperTreeGridToUnstructuredGrid::RecursiveProcessTree ( void *  )
protected
void vtkHyperTreeGridToUnstructuredGrid::AddCell ( vtkIdType  inId,
double *  origin,
double *  size 
)
protected

Member Data Documentation

unsigned int vtkHyperTreeGridToUnstructuredGrid::Dimension
protected

Definition at line 59 of file vtkHyperTreeGridToUnstructuredGrid.h.

unsigned int vtkHyperTreeGridToUnstructuredGrid::CellSize
protected

Definition at line 60 of file vtkHyperTreeGridToUnstructuredGrid.h.

unsigned int* vtkHyperTreeGridToUnstructuredGrid::Coefficients
protected

Definition at line 61 of file vtkHyperTreeGridToUnstructuredGrid.h.

vtkHyperTreeGrid* vtkHyperTreeGridToUnstructuredGrid::Input
protected

Definition at line 70 of file vtkHyperTreeGridToUnstructuredGrid.h.

vtkUnstructuredGrid* vtkHyperTreeGridToUnstructuredGrid::Output
protected

Definition at line 71 of file vtkHyperTreeGridToUnstructuredGrid.h.

vtkDataSetAttributes* vtkHyperTreeGridToUnstructuredGrid::InData
protected

Definition at line 73 of file vtkHyperTreeGridToUnstructuredGrid.h.

vtkDataSetAttributes* vtkHyperTreeGridToUnstructuredGrid::OutData
protected

Definition at line 74 of file vtkHyperTreeGridToUnstructuredGrid.h.

vtkPoints* vtkHyperTreeGridToUnstructuredGrid::Points
protected

Definition at line 76 of file vtkHyperTreeGridToUnstructuredGrid.h.

vtkCellArray* vtkHyperTreeGridToUnstructuredGrid::Cells
protected

Definition at line 77 of file vtkHyperTreeGridToUnstructuredGrid.h.


The documentation for this class was generated from the following file: