|
mc_rtc
2.14.0
|
#include <mc_rtc/gui/Point3D.h>


Public Member Functions | |
| Point3DImpl (const std::string &name, const PointConfig &config, GetT get_fn, SetT set_fn=nullptr) | |
| Point3DImpl () | |
| void | write (mc_rtc::MessagePackBuilder &builder) |
Public Member Functions inherited from mc_rtc::gui::CommonInputImpl< GetT, std::nullptr_t > | |
| CommonInputImpl (const std::string &name, GetT get_fn, std::nullptr_t set_fn) | |
| CommonInputImpl () | |
Public Member Functions inherited from mc_rtc::gui::CallbackElement< ElementT, Callback > | |
| bool | handleRequest (const mc_rtc::Configuration &data) |
| template<typename... Args> | |
| CallbackElement (const std::string &name, Callback cb, Args &&... args) | |
| CallbackElement () | |
Static Public Member Functions | |
| static constexpr size_t | write_size () |
Static Public Attributes | |
| static constexpr auto | type = Elements::Point3D |
Additional Inherited Members | |
Protected Attributes inherited from mc_rtc::gui::CallbackElement< ElementT, Callback > | |
| Callback | cb_ |
Point3D should display a 3D point in the environment
A PointConfig is provided to control how the point is displayed
The point can be edited if
| SetT | is not std::nullptr_t |
It will also trigger an ArrayLabel or ArrayInput with {"x", "y", "z"} labels
| GetT | Should return an Eigen::Vector3d |
| SetT | Will be called when the point is moved or the ArrayInput is triggered if non std::nullptr_t |
|
inline |
|
inline |
Invalid element
|
inline |
|
inlinestaticconstexpr |
|
staticconstexpr |