point_cloud_type_traits.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 
4 #include <SimoxUtility/meta/has_member_macros/has_member.hpp>
5 
6 
8 {
9 
14  define_has_member(label);
15 
16 
17  template <typename PointT>
19  {
20  public:
21  static constexpr bool value =
24 
25  };
26 
27 
28 }
29 
armarx::viz::detail
Definition: point_cloud_type_traits.hpp:7
armarx::viz::detail::has_members_rgba
Definition: point_cloud_type_traits.hpp:18
armarx::viz::detail::has_members_rgba::value
static constexpr bool value
Definition: point_cloud_type_traits.hpp:21
armarx::viz::detail::define_has_member
define_has_member(r)
armarx::ctrlutil::a
double a(double t, double a0, double j)
Definition: CtrlUtil.h:45
cxxopts::value
std::shared_ptr< Value > value()
Definition: cxxopts.hpp:926