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
vtkHyperTreeGridGeometry Class Reference

Hyper tree grid outer surface. More...

#include <vtkHyperTreeGridGeometry.h>

Inherits vtkPolyDataAlgorithm.

Public Types

typedef vtkPolyDataAlgorithm Superclass
 

Public Member Functions

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

Static Public Member Functions

static vtkHyperTreeGridGeometryNew ()
 
static int IsTypeOf (const char *type)
 
static vtkHyperTreeGridGeometrySafeDownCast (vtkObjectBase *o)
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkHyperTreeGridGeometry ()
 
 ~vtkHyperTreeGridGeometry ()
 
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
virtual int FillInputPortInformation (int, vtkInformation *)
 
void ProcessTrees ()
 
void RecursiveProcessTree (void *)
 
void ProcessLeaf1D (void *)
 
void ProcessLeaf2D (void *)
 
void ProcessLeaf3D (void *)
 
void AddFace (vtkIdType inId, double *origin, double *size, int offset, int orientation)
 

Protected Attributes

vtkHyperTreeGrid * Input
 
vtkPolyData * Output
 
vtkDataSetAttributes * InData
 
vtkDataSetAttributes * OutData
 
vtkPoints * Points
 
vtkCellArray * Cells
 

Detailed Description

Hyper tree grid outer surface.

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

Definition at line 44 of file vtkHyperTreeGridGeometry.h.

Member Typedef Documentation

typedef vtkPolyDataAlgorithm vtkHyperTreeGridGeometry::Superclass

Definition at line 48 of file vtkHyperTreeGridGeometry.h.

Constructor & Destructor Documentation

vtkHyperTreeGridGeometry::vtkHyperTreeGridGeometry ( )
protected
vtkHyperTreeGridGeometry::~vtkHyperTreeGridGeometry ( )
protected

Member Function Documentation

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

Member Data Documentation

vtkHyperTreeGrid* vtkHyperTreeGridGeometry::Input
protected

Definition at line 66 of file vtkHyperTreeGridGeometry.h.

vtkPolyData* vtkHyperTreeGridGeometry::Output
protected

Definition at line 67 of file vtkHyperTreeGridGeometry.h.

vtkDataSetAttributes* vtkHyperTreeGridGeometry::InData
protected

Definition at line 69 of file vtkHyperTreeGridGeometry.h.

vtkDataSetAttributes* vtkHyperTreeGridGeometry::OutData
protected

Definition at line 70 of file vtkHyperTreeGridGeometry.h.

vtkPoints* vtkHyperTreeGridGeometry::Points
protected

Definition at line 72 of file vtkHyperTreeGridGeometry.h.

vtkCellArray* vtkHyperTreeGridGeometry::Cells
protected

Definition at line 73 of file vtkHyperTreeGridGeometry.h.


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