CopyBackgroundMesh< SurfaceMeshOfTriangles > Struct Template Reference

#include <MeshExtractor.hpp>

List of all members.

Static Public Member Functions

static void copy (const SurfaceMeshOfTriangles &originalMesh, SurfaceMeshOfTriangles *m)


Detailed Description

template<>
struct CopyBackgroundMesh< SurfaceMeshOfTriangles >

Definition at line 52 of file MeshExtractor.hpp.


Member Function Documentation

static void CopyBackgroundMesh< SurfaceMeshOfTriangles >::copy ( const SurfaceMeshOfTriangles originalMesh,
SurfaceMeshOfTriangles m 
) [inline, static]

Definition at line 54 of file MeshExtractor.hpp.

References SurfaceMesh::backgroundMesh(), and SurfaceMesh::setBackgroundMesh().

00056   {
00057     m->setBackgroundMesh(originalMesh.backgroundMesh());
00058   }

Here is the call graph for this function:


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

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