#include <mc_rtc/gui/details/traits.h>
|
| static constexpr bool | has_labels = false |
| |
| static const std::vector< std::string > | labels = {} |
| |
template<typename T>
struct mc_rtc::gui::details::Labels< T >
Given a type provides appropriate labels.
The following types are supported:
- Eigen::Vector2d -> {"x", "y"}
- Eigen::Vector3d -> {"x", "y", "z"}
- Eigen::Vector4d -> {"x", "y", "z", "w"}
- Eigen::Quaterniond -> {"w", "x", "y", "z"}
- Eigen::Quaterniond -> {"w", "x", "y", "z"}
- sva::MotionVecd -> {"wx", "wy", "wz", "vx", "vy", "vz"}
- sva::ForceVecd -> {"cx", "cy", "cz", "fx", "fy", "fz"}
- sva::ImpedanceVecd -> {"cx", "cy", "cz", "fx", "fy", "fz"}
◆ has_labels
◆ labels
The documentation for this struct was generated from the following file: