#include <MeshExtractor.hpp>
Static Public Member Functions | |
| static void | copy (const SurfaceMeshOfTriangles &originalMesh, SurfaceMeshOfTriangles *m) |
Definition at line 52 of file MeshExtractor.hpp.
| 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 }

1.5.6