MEPP2 Project
Classes | Namespaces | Functions
copy_graph_cgal_point_set.hpp File Reference
#include "FEVV/DataStructures/DataStructures_cgal_point_set.h"
#include "FEVV/Filters/Generic/PointCloud/copy_point_cloud.hpp"
#include "FEVV/Filters/Generic/copy_graph.hpp"
Include dependency graph for copy_graph_cgal_point_set.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  FEVV::Filters::CopyGraphParameters< FEVV::CGALPointSet, PointCloudT >
 Specialization of CopyGraphParameters for CGAL Point Set copy from. More...
 
struct  FEVV::Filters::CopyGraphParameters< PointCloudT, FEVV::CGALPointSet >
 Specialization of CopyGraphParameters for CGAL Point Set copy to. More...
 
struct  FEVV::Filters::CopyGraphParameters< FEVV::CGALPointSet, FEVV::CGALPointSet >
 Specialization of CopyGraphParameters for copy from CGAL Point Set to CGAL Point Set. More...
 

Namespaces

 FEVV
 Interfaces for plugins These interfaces will be used for different plugins.
 
 FEVV::Filters
 

Functions

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 &params, const GeometryTraitsS &gt_s, const GeometryTraitsT &gt_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 &params, const GeometryTraitsS &gt_s, const GeometryTraitsT &gt_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 &params, const GeometryTraitsS &gt_s, const GeometryTraitsT &gt_t)
 Overloading of copy_graph() for copy from CGAL Point Set to CGAL Point Set. More...