|
template<typename PointCloudT , typename Parameters , typename GeometryTraitsS , typename GeometryTraitsT > |
void | FEVV::Filters::copy_graph (const FEVV::CGALPointSet &pc_s, const FEVV::PMapsContainer &pmaps_s, PointCloudT &pc_t, FEVV::PMapsContainer &pmaps_t, const Parameters ¶ms, const GeometryTraitsS >_s, const GeometryTraitsT >_t) |
| Overloading of copy_graph() for CGAL Point Set copy from. More...
|
|
template<typename PointCloudT , typename Parameters , typename GeometryTraitsS , typename GeometryTraitsT > |
void | FEVV::Filters::copy_graph (const PointCloudT &pc_s, const FEVV::PMapsContainer &pmaps_s, FEVV::CGALPointSet &pc_t, FEVV::PMapsContainer &pmaps_t, const Parameters ¶ms, const GeometryTraitsS >_s, const GeometryTraitsT >_t) |
| Overloading of copy_graph() for CGAL Point Set copy to. More...
|
|
template<typename Parameters , typename GeometryTraitsS , typename GeometryTraitsT > |
void | FEVV::Filters::copy_graph (const FEVV::CGALPointSet &pc_s, const FEVV::PMapsContainer &pmaps_s, FEVV::CGALPointSet &pc_t, FEVV::PMapsContainer &pmaps_t, const Parameters ¶ms, const GeometryTraitsS >_s, const GeometryTraitsT >_t) |
| Overloading of copy_graph() for copy from CGAL Point Set to CGAL Point Set. More...
|
|