MEPP2 Project
Classes | Namespaces | Functions
copy_graph_pcl.hpp File Reference
#include "FEVV/DataStructures/DataStructures_pcl_point_cloud.h"
#include "FEVV/Filters/Generic/PointCloud/copy_point_cloud.hpp"
#include "FEVV/Filters/Generic/copy_graph.hpp"
Include dependency graph for copy_graph_pcl.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::PCLPointCloud, PointCloudT >
 Specialization of CopyGraphParameters for PCL Point Cloud copy from. More...
 
struct  FEVV::Filters::CopyGraphParameters< PointCloudT, FEVV::PCLPointCloud >
 Specialization of CopyGraphParameters for PCL Point Cloud copy to. More...
 
struct  FEVV::Filters::CopyGraphParameters< FEVV::PCLPointCloud, FEVV::PCLPointCloud >
 Specialization of CopyGraphParameters for copy from PCL Point Cloud to PCL Point Cloud. 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::PCLPointCloud &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 PCL Point Cloud (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::PCLPointCloud &pc_t, FEVV::PMapsContainer &pmaps_t, const Parameters &params, const GeometryTraitsS &gt_s, const GeometryTraitsT &gt_t)
 Overloading of copy_graph() for PCL Point Cloud (copy to). More...
 
template<typename Parameters , typename GeometryTraitsS , typename GeometryTraitsT >
void FEVV::Filters::copy_graph (const FEVV::PCLPointCloud &pc_s, const FEVV::PMapsContainer &pmaps_s, FEVV::PCLPointCloud &pc_t, FEVV::PMapsContainer &pmaps_t, const Parameters &params, const GeometryTraitsS &gt_s, const GeometryTraitsT &gt_t)
 Overloading of copy_graph() for PCL Point Cloud (copy from & to). More...