has_members_rgba< PointT > Class Template Reference

#include <RobotAPI/components/ArViz/Client/elements/point_cloud_type_traits.hpp>

Static Public Attributes

static constexpr bool value
 

Detailed Description

template<typename PointT>
class armarx::viz::detail::has_members_rgba< PointT >

Definition at line 16 of file point_cloud_type_traits.hpp.

Member Data Documentation

◆ value

template<typename PointT>
bool value
staticconstexpr
Initial value:
= has_member_r<PointT>::value && has_member_g<PointT>::value &&
has_member_b<PointT>::value && has_member_a<PointT>::value

Definition at line 19 of file point_cloud_type_traits.hpp.


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