#include "FEVV/Wrappings/properties.h"
#include "FEVV/Tools/Math/color_conversion.hpp"
#include <iostream>
#include <type_traits>
Go to the source code of this file.
|
| FEVV |
| Interfaces for plugins These interfaces will be used for different plugins.
|
|
| FEVV::Filters |
|
|
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 > |
|
|
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 ¶ms, const GeometryTraitsS >_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 ¶ms=CopyPCParameters< PointCloudS, PointCloudT >()) |
| Copy a source point cloud into a target point cloud. Copy standard properties too. More...
|
|