|
mc_rtc
2.14.0
|
#include <mc_rtc/gui/plot/types.h>
Public Member Functions | |
| Range ()=default | |
| Range (double min, double max) | |
| void | fromMessagePack (const mc_rtc::Configuration &config) |
| void | write (mc_rtc::MessagePackBuilder &builder) const |
Public Attributes | |
| double | min = -inf |
| double | max = inf |
Static Public Attributes | |
| static constexpr double | inf = std::numeric_limits<double>::infinity() |
Range for abscissa or ordinate display
Setting the min to -inf or max to +inf tells the client to compute the related limit (default)
|
default |
|
inline |
|
inline |
|
inline |
|
staticconstexpr |
| double mc_rtc::gui::plot::Range::max = inf |
| double mc_rtc::gui::plot::Range::min = -inf |