MeshGenerator Class Reference

#include <MeshGenerator.hpp>

Inheritance diagram for MeshGenerator:

Inheritance graph
[legend]
Collaboration diagram for MeshGenerator:

Collaboration graph
[legend]

List of all members.

Public Member Functions

ReferenceCounting< Meshmesh () const
 MeshGenerator ()
 MeshGenerator (const MeshGenerator &m)
virtual ~MeshGenerator ()

Protected Attributes

ReferenceCounting< Mesh__mesh


Detailed Description

Definition at line 32 of file MeshGenerator.hpp.


Constructor & Destructor Documentation

MeshGenerator::MeshGenerator (  )  [inline]

Default constructor

Definition at line 52 of file MeshGenerator.hpp.

00053   {
00054     ;
00055   }

MeshGenerator::MeshGenerator ( const MeshGenerator m  )  [inline]

Copy constructor

Parameters:
m 

Definition at line 62 of file MeshGenerator.hpp.

00063     : __mesh(m.__mesh)
00064   {
00065     ;
00066   }

virtual MeshGenerator::~MeshGenerator (  )  [inline, virtual]

Destructor

Definition at line 72 of file MeshGenerator.hpp.

00073   {
00074     ;
00075   }


Member Function Documentation

ReferenceCounting<Mesh> MeshGenerator::mesh (  )  const [inline]

Access to the generated mesh

Returns:
__mesh

Definition at line 43 of file MeshGenerator.hpp.

References __mesh.

Referenced by SurfaceMeshGenerator::generateSurfacicMesh().

00044   {
00045     return __mesh;
00046   }


Member Data Documentation


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

Generated on Wed Nov 19 00:09:45 2008 for FreeFEM3D (aka ff3d) by  doxygen 1.5.6