#include <mc_rtc/gui/Polygon.h>
Public Member Functions | |
PolygonImpl (const std::string &name, const LineConfig &config, GetT get_fn) | |
PolygonImpl () | |
void | write (mc_rtc::MessagePackBuilder &builder) |
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 | |
static constexpr 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::Polygon |
Additional Inherited Members | |
Protected Member Functions inherited from mc_rtc::gui::Element | |
Element (const std::string &name) | |
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_ |
Polygon should display a polygon or a set of polygons
A color is provided to display the polygon(s)
GetT | Should return an std::vector<Eigen::Vector3d> (one polygon) or an std::vector<std::vector<Eigen:Vector3d>> (list of polygons) |
|
inline |
|
inline |
Invalid element
|
inline |
|
inlinestaticconstexpr |
|
staticconstexpr |