#include <MeshExtractor.hpp>
Static Public Member Functions | |
| static void | copy (const SurfaceMeshOfQuadrangles &originalMesh, SurfaceMeshOfQuadrangles *m) |
Definition at line 62 of file MeshExtractor.hpp.
| static void CopyBackgroundMesh< SurfaceMeshOfQuadrangles >::copy | ( | const SurfaceMeshOfQuadrangles & | originalMesh, | |
| SurfaceMeshOfQuadrangles * | m | |||
| ) | [inline, static] |
Definition at line 64 of file MeshExtractor.hpp.
References SurfaceMesh::backgroundMesh(), and SurfaceMesh::setBackgroundMesh().
00066 { 00067 m->setBackgroundMesh(originalMesh.backgroundMesh()); 00068 }

1.5.6