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