#include <pcl/common/impl/copy_point.hpp>
|
void | operator() (const PointInT &point_in, PointOutT &point_out) const |
|
template<typename PointInT, typename PointOutT>
struct pcl::detail::CopyPointHelper< PointInT, PointOutT, std::enable_if_t< std::is_same< PointInT, PointOutT >::value > >
Definition at line 81 of file copy_point.hpp.
◆ operator()()
template<typename PointInT , typename PointOutT >
void pcl::detail::CopyPointHelper< PointInT, PointOutT, std::enable_if_t< std::is_same< PointInT, PointOutT >::value > >::operator() |
( |
const PointInT & |
point_in, |
|
|
PointOutT & |
point_out |
|
) |
| const |
|
inline |
The documentation for this struct was generated from the following file: