FreeFOAM The Cross-Platform CFD Toolkit
vtkTopo Class Reference

Polyhedral cell decomposition for VTK. More...


Detailed Description

List of all members.

Public Types

enum  vtkTypes {
  VTK_TRIANGLE = 5, VTK_POLYGON = 7, VTK_QUAD = 9, VTK_TETRA = 10,
  VTK_PYRAMID = 14, VTK_WEDGE = 13, VTK_HEXAHEDRON = 12
}

Public Member Functions

 vtkTopo (const polyMesh &mesh)
 Construct from components.
const labelListListvertLabels () const
const labelListcellTypes () const
const labelListaddPointCellLabels () const
const labelListsuperCells () const

Member Enumeration Documentation

enum vtkTypes
Enumerator:
VTK_TRIANGLE 
VTK_POLYGON 
VTK_QUAD 
VTK_TETRA 
VTK_PYRAMID 
VTK_WEDGE 
VTK_HEXAHEDRON 

Definition at line 83 of file vtkTopo.H.


Constructor & Destructor Documentation

vtkTopo ( const polyMesh mesh)

Construct from components.


Member Function Documentation

const labelListList& vertLabels ( ) const
inline

Definition at line 105 of file vtkTopo.H.

const labelList& cellTypes ( ) const
inline

Definition at line 110 of file vtkTopo.H.

Referenced by vtkMesh::nFieldCells().

const labelList& addPointCellLabels ( ) const
inline

Definition at line 115 of file vtkTopo.H.

Referenced by vtkMesh::nFieldPoints().

const labelList& superCells ( ) const
inline

Definition at line 120 of file vtkTopo.H.


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