A helper functor that can set a specific value in a field if the field exists.
More...
#include <pcl/point_traits.h>
template<typename PointOutT, typename InT>
struct pcl::SetIfFieldExists< PointOutT, InT >
A helper functor that can set a specific value in a field if the field exists.
Definition at line 245 of file point_traits.h.
template<typename PointOutT , typename InT >
template<typename PointOutT , typename InT >
Constructor.
- Parameters
-
[in] | pt | the input point |
[in] | field | the name of the field |
[out] | value | the value to set |
Definition at line 254 of file point_traits.h.
template<typename PointOutT , typename InT >
template<typename Key >
The documentation for this struct was generated from the following file: