#include <mc_rtc/gui/Transform.h>
Public Member Functions | |
TransformImpl (const std::string &name, GetT get_fn, SetT set_fn=nullptr) | |
void | write (mc_rtc::MessagePackBuilder &builder) |
TransformImpl () | |
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< DataElement< GetT >, std::nullptr_t > | |
bool | handleRequest (const mc_rtc::Configuration &data) |
CallbackElement (const std::string &name, std::nullptr_t cb, Args &&... args) | |
CallbackElement () | |
Public Member Functions inherited from mc_rtc::gui::DataElement< GetT > | |
void | write (mc_rtc::MessagePackBuilder &builder) |
DataElement (const std::string &name, GetT get_fn) | |
DataElement () | |
Public Member Functions inherited from mc_rtc::gui::Element | |
const std::string & | name () const |
int | id () const |
void | id (int idIn) |
void | write (mc_rtc::MessagePackBuilder &) |
bool | handleRequest (const mc_rtc::Configuration &) |
Element () | |
Static Public Member Functions | |
constexpr static size_t | write_size () |
Static Public Member Functions inherited from mc_rtc::gui::DataElement< GetT > | |
static constexpr size_t | write_size () |
Static Public Member Functions inherited from mc_rtc::gui::Element | |
static constexpr size_t | write_size () |
Static Public Attributes | |
static constexpr auto | type = Elements::Transform |
Additional Inherited Members | |
Protected Member Functions inherited from mc_rtc::gui::Element | |
Element (const std::string &name) | |
Protected Attributes inherited from mc_rtc::gui::CallbackElement< DataElement< GetT >, std::nullptr_t > | |
std::nullptr_t | cb_ |
Protected Attributes inherited from mc_rtc::gui::DataElement< GetT > | |
GetT | get_fn_ |
Protected Attributes inherited from mc_rtc::gui::Element | |
std::string | name_ |
int | id_ |
Transform display a widget that shows a 6D frame
This element is editable if
SetT | is not nullptr_t |
This will also create an ArrayLabel/ArrayInput with labels {"qw", "qx", "qy", "qz", "tx", "ty", "tz"}
GetT | Must return an sva::PTransformd |
SetT | Should accept an sva::PTransformd |
|
inline |
|
inline |
Invalid element
|
inline |
|
inlinestaticconstexpr |
|
staticconstexpr |