#include <VisionX/libraries/PointCloudTools/VisitPointLikeContainer.h>
|
using | element_t = PType |
|
using | T = pcl::PointCloud< PType > |
|
|
static auto | begin (const T &t) |
|
static auto | begin (T &t) |
|
static const auto | deref (auto &it) |
|
static auto | end (const T &t) |
|
static auto | end (T &t) |
|
static auto | size (const T &t) |
|
template<class PType>
struct armarx::meta::container_traits< pcl::PointCloud< PType >, void >
Definition at line 156 of file VisitPointLikeContainer.h.
◆ element_t
using T = pcl::PointCloud<PType> |
◆ begin() [1/2]
static auto begin |
( |
const T & |
t | ) |
|
|
inlinestatic |
◆ begin() [2/2]
static auto begin |
( |
T & |
t | ) |
|
|
inlinestatic |
◆ deref()
static const auto deref |
( |
auto & |
it | ) |
|
|
inlinestatic |
◆ end() [1/2]
static auto end |
( |
const T & |
t | ) |
|
|
inlinestatic |
◆ end() [2/2]
◆ size()
static auto size |
( |
const T & |
t | ) |
|
|
inlinestatic |
The documentation for this struct was generated from the following file: