point_type_traits< T, std::enable_if_t< is_eigen_vec3_type_v< T > > > Struct Template Reference

#include <VisionX/libraries/PointCloudTools/VisitPointLikeContainer.h>

+ Inheritance diagram for point_type_traits< T, std::enable_if_t< is_eigen_vec3_type_v< T > > >:

Static Public Member Functions

static const auto & x (const T &v)
 
static const auto & y (const T &v)
 
static const auto & z (const T &v)
 

Detailed Description

template<class T>
struct armarx::meta::point_type_traits< T, std::enable_if_t< is_eigen_vec3_type_v< T > > >

Definition at line 60 of file VisitPointLikeContainer.h.

Member Function Documentation

◆ x()

static const auto& x ( const T v)
inlinestatic

Definition at line 62 of file VisitPointLikeContainer.h.

+ Here is the call graph for this function:

◆ y()

static const auto& y ( const T v)
inlinestatic

Definition at line 66 of file VisitPointLikeContainer.h.

+ Here is the call graph for this function:

◆ z()

static const auto& z ( const T v)
inlinestatic

Definition at line 70 of file VisitPointLikeContainer.h.

+ Here is the call graph for this function:

The documentation for this struct was generated from the following file: