MEPP2 Project
Classes | Namespaces | Typedefs | Functions
copy_point_cloud.hpp File Reference
#include "FEVV/Wrappings/properties.h"
#include "FEVV/Tools/Math/color_conversion.hpp"
#include <iostream>
#include <type_traits>
Include dependency graph for copy_point_cloud.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  FEVV::Filters::CopyPCParameters< PointCloudS, PointCloudT >
 

Namespaces

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

Typedefs

template<typename PointCloudS , typename PointCloudT >
using FEVV::Filters::PCVertexToVertexMap = std::map< typename boost::graph_traits< PointCloudS >::vertex_descriptor, typename boost::graph_traits< PointCloudT >::vertex_descriptor >
 

Functions

template<typename PointCloudS , typename PointCloudT , typename Parameters , typename GeometryTraitsS , typename GeometryTraitsT >
void FEVV::Filters::copy_point_cloud (const PointCloudS &pc_s, const PMapsContainer &pmaps_s, PointCloudT &pc_t, PMapsContainer &pmaps_t, const Parameters &params, const GeometryTraitsS &gt_s, const GeometryTraitsT &)
 Copy a source point cloud into a target point cloud. Copy standard properties too. More...
 
template<typename PointCloudS , typename PointCloudT , typename Parameters , typename GeometryTraitsS = FEVV::Geometry_traits< PointCloudS >, typename GeometryTraitsT = FEVV::Geometry_traits< PointCloudT >>
void FEVV::Filters::copy_point_cloud (const PointCloudS &pc_s, const PMapsContainer &pmap_s, PointCloudT &pc_t, PMapsContainer &pmap_t, const Parameters &params=CopyPCParameters< PointCloudS, PointCloudT >())
 Copy a source point cloud into a target point cloud. Copy standard properties too. More...