template struct ImPlot::GetterXY
Overview
template <typename _IndexerX, typename _IndexerY> struct GetterXY { // typedefs typedef ImPlotPoint value_type; // fields const _IndexerX IndexerX; const _IndexerY IndexerY; const int Count; // construction GetterXY( _IndexerX x, _IndexerY y, int count ); // methods template <typename I> IMPLOT_INLINE ImPlotPoint operator [] (I idx) const; };