Go to the source code of this file.
Classes | |
struct | mc_rtc::gui::plot::impl::Ordinate< GetT > |
struct | mc_rtc::gui::plot::impl::OrdinateWithColor< GetT, GetColor > |
Namespaces | |
mc_rtc | |
mc_rtc::gui | |
mc_rtc::gui::plot | |
mc_rtc::gui::plot::impl | |
Functions | |
template<typename GetT > | |
impl::Ordinate< GetT > | mc_rtc::gui::plot::Y (std::string_view name, GetT get_fn, Color color, Style style=Style::Solid, Side side=Side::Left) |
template<typename GetT , typename GetColor > | |
impl::OrdinateWithColor< GetT, GetColor > | mc_rtc::gui::plot::Y (std::string_view name, GetT get_fn, GetColor get_color, Style style=Style::Solid, Side side=Side::Left) |