OpenFOAM logo
Open Source CFD Toolkit

GeoMesh Class Template Reference

Inheritance diagram for GeoMesh:

Inheritance graph
[legend]
Collaboration diagram for GeoMesh:

Collaboration graph
[legend]
List of all members.

template<class MESH>
class Foam::GeoMesh< MESH >


Public Types

typedef MESH Mesh

Public Member Functions

 GeoMesh (const MESH &mesh)
 Construct from MESH.
label size () const
 Return size.

Static Public Member Functions

label size (const MESH &mesh)
 Return size.

Protected Attributes

const MESH & mesh_
 Reference to Mesh.

Member Typedef Documentation

typedef MESH Mesh
 

Definition at line 66 of file GeoMesh.H.


Constructor & Destructor Documentation

GeoMesh const MESH &  mesh  )  [inline, explicit]
 

Construct from MESH.

Definition at line 72 of file GeoMesh.H.


Member Function Documentation

label size const MESH &  mesh  )  [inline, static]
 

Return size.

Definition at line 87 of file GeoMesh.H.

label size  )  const [inline]
 

Return size.

Reimplemented in surfaceMesh, and volMesh.

Definition at line 81 of file GeoMesh.H.


Member Data Documentation

const MESH& mesh_ [protected]
 

Reference to Mesh.

Definition at line 59 of file GeoMesh.H.


The documentation for this class was generated from the following file:
For further information go to www.openfoam.org