A helper functor that can copy a specific value if the given field exists.
More...
#include <pcl/point_traits.h>
template<typename PointInT, typename OutT>
struct pcl::CopyIfFieldExists< PointInT, OutT >
A helper functor that can copy a specific value if the given field exists.
Definition at line 190 of file point_traits.h.
template<typename PointInT , typename OutT >
template<typename PointInT , typename OutT >
Constructor.
- Parameters
-
[in] | pt | the input point |
[in] | field | the name of the field |
[out] | exists | set to true if the field exists, false otherwise |
[out] | value | the copied field value |
Definition at line 200 of file point_traits.h.
template<typename PointInT , typename OutT >
Constructor.
- Parameters
-
[in] | pt | the input point |
[in] | field | the name of the field |
[out] | value | the copied field value |
Definition at line 214 of file point_traits.h.
template<typename PointInT , typename OutT >
template<typename Key >
The documentation for this struct was generated from the following file: