MEPP2 Project
Public Types | Public Member Functions | Public Attributes | List of all members
FEVV::Filters::CopyPCParameters< PointCloudS, PointCloudT > Struct Template Reference

#include <copy_point_cloud.hpp>

Inheritance diagram for FEVV::Filters::CopyPCParameters< PointCloudS, PointCloudT >:
Inheritance graph
Collaboration diagram for FEVV::Filters::CopyPCParameters< PointCloudS, PointCloudT >:
Collaboration graph

Public Types

typedef PCVertexToVertexMap< PointCloudS, PointCloudT > V2VMap
 

Public Member Functions

CopyPCParametersv2v (V2VMap *_v2v)
 

Public Attributes

V2VMapm_v2v = nullptr
 

Detailed Description

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

Implement the named parameters idiom for copy_point_cloud() (for consistency with copy_graph())

Parameters
v2vvertex to vertex map to be populated

Definition at line 43 of file copy_point_cloud.hpp.

Member Typedef Documentation

◆ V2VMap

template<typename PointCloudS , typename PointCloudT >
typedef PCVertexToVertexMap< PointCloudS, PointCloudT > FEVV::Filters::CopyPCParameters< PointCloudS, PointCloudT >::V2VMap

Definition at line 45 of file copy_point_cloud.hpp.

Member Function Documentation

◆ v2v()

template<typename PointCloudS , typename PointCloudT >
CopyPCParameters& FEVV::Filters::CopyPCParameters< PointCloudS, PointCloudT >::v2v ( V2VMap _v2v)
inline

Definition at line 47 of file copy_point_cloud.hpp.

Member Data Documentation

◆ m_v2v

template<typename PointCloudS , typename PointCloudT >
V2VMap* FEVV::Filters::CopyPCParameters< PointCloudS, PointCloudT >::m_v2v = nullptr

Definition at line 53 of file copy_point_cloud.hpp.


The documentation for this struct was generated from the following file: