|
Point Cloud Library (PCL) 1.15.1
|
#include <pcl/common/impl/accumulators.hpp>
Public Types | |
| using | IsCompatible = pcl::traits::has_color<boost::mpl::_1> |
Public Member Functions | |
| template<typename PointT> | |
| void | add (const PointT &t) |
| template<typename PointT> | |
| void | get (PointT &t, std::size_t n) const |
Public Attributes | |
| float | r = 0 |
| float | g = 0 |
| float | b = 0 |
| float | a = 0 |
Definition at line 135 of file accumulators.hpp.
| using pcl::detail::AccumulatorRGBA::IsCompatible = pcl::traits::has_color<boost::mpl::_1> |
Definition at line 139 of file accumulators.hpp.
|
inline |
|
inline |
| float pcl::detail::AccumulatorRGBA::a = 0 |
Definition at line 142 of file accumulators.hpp.
| float pcl::detail::AccumulatorRGBA::b = 0 |
Definition at line 142 of file accumulators.hpp.
| float pcl::detail::AccumulatorRGBA::g = 0 |
Definition at line 142 of file accumulators.hpp.
| float pcl::detail::AccumulatorRGBA::r = 0 |
Definition at line 142 of file accumulators.hpp.