|
template<typename FaceListGraphS , typename FaceListGraphT , typename Parameters , typename GeometryTraitsS , typename GeometryTraitsT > |
void | FEVV::Filters::copy_graph (const FaceListGraphS &g_s, const PMapsContainer &pmaps_s, FaceListGraphT &g_t, PMapsContainer &pmaps_t, const Parameters ¶ms, const GeometryTraitsS >_s, const GeometryTraitsT >_t) |
| Copy a source mesh into a target mesh. Copy standard properties too. More...
|
|
template<typename FaceListGraphS , typename FaceListGraphT , typename Parameters = CopyGraphParameters< FaceListGraphS, FaceListGraphT >, typename GeometryTraitsS = FEVV::Geometry_traits< FaceListGraphS >, typename GeometryTraitsT = FEVV::Geometry_traits< FaceListGraphT >> |
void | FEVV::Filters::copy_graph (const FaceListGraphS &g_s, const PMapsContainer &pmap_s, FaceListGraphT &g_t, PMapsContainer &pmap_t, const Parameters ¶ms=CopyGraphParameters< FaceListGraphS, FaceListGraphT >()) |
| Copy a source mesh into a target mesh. Copy standard properties too. More...
|
|
template<typename FaceListGraphS , typename FaceListGraphT , typename Parameters , typename GeometryTraitsS , typename GeometryTraitsT > |
void | FEVV::Filters::copy_graph (const FaceListGraphS &g_s, FaceListGraphT &g_t, const Parameters ¶ms, const GeometryTraitsS >_s, const GeometryTraitsT >_t) |
| Copy a source mesh into a target mesh. Do NOT Copy properties. More...
|
|
template<typename FaceListGraphS , typename FaceListGraphT , typename Parameters = CopyGraphParameters< FaceListGraphS, FaceListGraphT >, typename GeometryTraitsS = FEVV::Geometry_traits< FaceListGraphS >, typename GeometryTraitsT = FEVV::Geometry_traits< FaceListGraphT >> |
void | FEVV::Filters::copy_graph (const FaceListGraphS &g_s, FaceListGraphT &g_t, const Parameters ¶ms=CopyGraphParameters< FaceListGraphS, FaceListGraphT >()) |
| Copy a source mesh into a target mesh. Do NOT copy properties. More...
|
|