template struct ImPlot::FitterY

Overview

template <typename _Getter1>
struct FitterY
{
    // fields

    const _Getter1& Getter;

    // construction

    FitterY(const _Getter1& getter);

    // methods

    void Fit(
        ImPlotAxis&,
        ImPlotAxis& y_axis
        ) const;
};