#include <pcl/common/impl/accumulators.hpp>
|
using | IsCompatible = pcl::traits::has_color< boost::mpl::_1 > |
|
|
template<typename PointT > |
void | add (const PointT &t) |
|
template<typename PointT > |
void | get (PointT &t, std::size_t n) const |
|
|
float | r = 0 |
|
float | g = 0 |
|
float | b = 0 |
|
float | a = 0 |
|
Definition at line 135 of file accumulators.hpp.
◆ IsCompatible
◆ add()
template<typename PointT >
void pcl::detail::AccumulatorRGBA::add |
( |
const PointT & |
t | ) |
|
|
inline |
◆ get()
template<typename PointT >
void pcl::detail::AccumulatorRGBA::get |
( |
PointT & |
t, |
|
|
std::size_t |
n |
|
) |
| const |
|
inline |
float pcl::detail::AccumulatorRGBA::a = 0 |
float pcl::detail::AccumulatorRGBA::b = 0 |
float pcl::detail::AccumulatorRGBA::g = 0 |
float pcl::detail::AccumulatorRGBA::r = 0 |
The documentation for this struct was generated from the following file: