template struct ImPlot::FitterX

Overview

template <typename _Getter1>
struct FitterX
{
    // fields

    const _Getter1& Getter;

    // construction

    FitterX(const _Getter1& getter);

    // methods

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