Go to the source code of this file.
Classes | |
struct | mc_rtc::gui::plot::impl::AbscissaOrdinate< UpdateCacheT > |
struct | mc_rtc::gui::plot::impl::AbscissaOrdinateWithColor< UpdateCacheT, GetColor > |
Namespaces | |
mc_rtc | |
mc_rtc::gui | |
mc_rtc::gui::plot | |
mc_rtc::gui::plot::impl | |
Functions | |
template<typename UpdateCacheT , typename MaybeGetColor > | |
auto | mc_rtc::gui::plot::XYChunk (std::string_view name, UpdateCacheT update_fn, MaybeGetColor color, Style style=Style::Solid, Side side=Side::Left) |
template<typename GetXT , typename GetYT , typename MaybeGetColor > | |
auto | mc_rtc::gui::plot::XY (std::string_view name, GetXT get_x_fn, GetYT get_y_fn, MaybeGetColor color, Style style=Style::Solid, Side side=Side::Left) |