#include <mc_rtc/gui/Visual.h>
Public Member Functions | |
VisualImpl (const std::string &name, GetVisual get_visual_fn, GetPos get_pos_fn) | |
VisualImpl () | |
void | write (mc_rtc::MessagePackBuilder &builder) |
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::Element | |
static constexpr size_t | write_size () |
Static Public Attributes | |
static constexpr auto | type = Elements::Visual |
Additional Inherited Members | |
Protected Member Functions inherited from mc_rtc::gui::Element | |
Element (const std::string &name) | |
Protected Attributes inherited from mc_rtc::gui::Element | |
std::string | name_ |
int | id_ |
Visual display shows the provided rbd::parsers::Visual element at the provided location
GetVisual | Must return an rbd::parsers::Visual |
GetPos | Must return an sva::PTransformd or an Eigen::Vector3d |
|
inline |
|
inline |
Invalid element
|
inline |
|
inlinestaticconstexpr |
|
staticconstexpr |