|
mc_rtc
2.14.0
|
#include <mc_rtc/gui/plot/Ordinate.h>


Public Member Functions | |
| Ordinate (std::string_view name, GetT get_fn, Color color, Style style, Side side) | |
| void | write (mc_rtc::MessagePackBuilder &builder) const |
| void | update () const |
| Ordinate & | style (Style style) |
| Ordinate & | side (Side side) |
Static Public Attributes | |
| static constexpr Type | type = Type::Ordinate |
Protected Attributes | |
| std::string | name_ |
| GetT | get_fn_ |
| Color | color_ |
| std::vector< double > | cache_ |
| Style | style_ |
| Side | side_ |
For a given plot, this holds options on the ordinate plot and a callback that returns the current value
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
mutableprotected |
|
mutableprotected |
|
protected |
|
protected |
|
protected |
|
protected |
|
staticconstexpr |