FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

vtkTopo Class Reference

Polyhedral cell decomposition for VTK. More...


Detailed Description

Polyhedral cell decomposition for VTK.

Source files

Definition at line 52 of file vtkTopo.H.

Collaboration diagram for vtkTopo:

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 labelListList &  vertLabels () const
const labelList &  cellTypes () const
const labelList &  addPointCellLabels () const
const labelList &  superCells () 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:
  • applications/utilities/postProcessing/dataConversion/foamToVTK/vtkTopo.H