----------------overloadings---------------------------
ImPlotLimits_Contains	2
1	bool	ImPlotLimits_ContainsPlotPoInt (const ImPlotPoint)const
2	bool	ImPlotLimits_Containsdouble (double,double)const
ImPlotPoint_ImPlotPoint	2
1	nil	ImPlotPoint_ImPlotPointNil ()
2	nil	ImPlotPoint_ImPlotPointdouble (double,double)
ImPlotRange_ImPlotRange	2
1	nil	ImPlotRange_ImPlotRangeNil ()
2	nil	ImPlotRange_ImPlotRangedouble (double,double)
ImPlot_PixelsToPlot	2
1	ImPlotPoint	ImPlot_PixelsToPlotVec2 (const ImVec2,int)
2	ImPlotPoint	ImPlot_PixelsToPlotFloat (float,float,int)
ImPlot_PlotBars	5
1	void	ImPlot_PlotBarsFloatPtrIntFloat (const char*,const float*,int,float,float,int,int)
2	void	ImPlot_PlotBarsdoublePtrIntdouble (const char*,const double*,int,double,double,int,int)
3	void	ImPlot_PlotBarsFloatPtrFloatPtr (const char*,const float*,const float*,int,float,int,int)
4	void	ImPlot_PlotBarsdoublePtrdoublePtr (const char*,const double*,const double*,int,double,int,int)
5	void	ImPlot_PlotBarsFnPlotPoIntPtr (const char*,ImPlotPoint(*)(void*,int),void*,int,double,int)
ImPlot_PlotBarsH	5
1	void	ImPlot_PlotBarsHFloatPtrIntFloat (const char*,const float*,int,float,float,int,int)
2	void	ImPlot_PlotBarsHdoublePtrIntdouble (const char*,const double*,int,double,double,int,int)
3	void	ImPlot_PlotBarsHFloatPtrFloatPtr (const char*,const float*,const float*,int,float,int,int)
4	void	ImPlot_PlotBarsHdoublePtrdoublePtr (const char*,const double*,const double*,int,double,int,int)
5	void	ImPlot_PlotBarsHFnPlotPoIntPtr (const char*,ImPlotPoint(*)(void*,int),void*,int,double,int)
ImPlot_PlotDigital	3
1	void	ImPlot_PlotDigitalFloatPtr (const char*,const float*,const float*,int,int,int)
2	void	ImPlot_PlotDigitaldoublePtr (const char*,const double*,const double*,int,int,int)
3	void	ImPlot_PlotDigitalFnPlotPoIntPtr (const char*,ImPlotPoint(*)(void*,int),void*,int,int)
ImPlot_PlotErrorBars	4
1	void	ImPlot_PlotErrorBarsFloatPtrFloatPtrFloatPtrInt (const char*,const float*,const float*,const float*,int,int,int)
2	void	ImPlot_PlotErrorBarsdoublePtrdoublePtrdoublePtrInt (const char*,const double*,const double*,const double*,int,int,int)
3	void	ImPlot_PlotErrorBarsFloatPtrFloatPtrFloatPtrFloatPtr (const char*,const float*,const float*,const float*,const float*,int,int,int)
4	void	ImPlot_PlotErrorBarsdoublePtrdoublePtrdoublePtrdoublePtr (const char*,const double*,const double*,const double*,const double*,int,int,int)
ImPlot_PlotErrorBarsH	4
1	void	ImPlot_PlotErrorBarsHFloatPtrFloatPtrFloatPtrInt (const char*,const float*,const float*,const float*,int,int,int)
2	void	ImPlot_PlotErrorBarsHdoublePtrdoublePtrdoublePtrInt (const char*,const double*,const double*,const double*,int,int,int)
3	void	ImPlot_PlotErrorBarsHFloatPtrFloatPtrFloatPtrFloatPtr (const char*,const float*,const float*,const float*,const float*,int,int,int)
4	void	ImPlot_PlotErrorBarsHdoublePtrdoublePtrdoublePtrdoublePtr (const char*,const double*,const double*,const double*,const double*,int,int,int)
ImPlot_PlotHeatmap	2
1	void	ImPlot_PlotHeatmapFloatPtr (const char*,const float*,int,int,float,float,const char*,const ImPlotPoint,const ImPlotPoint)
2	void	ImPlot_PlotHeatmapdoublePtr (const char*,const double*,int,int,double,double,const char*,const ImPlotPoint,const ImPlotPoint)
ImPlot_PlotLine	7
1	void	ImPlot_PlotLineFloatPtrInt (const char*,const float*,int,int,int)
2	void	ImPlot_PlotLinedoublePtrInt (const char*,const double*,int,int,int)
3	void	ImPlot_PlotLineFloatPtrFloatPtr (const char*,const float*,const float*,int,int,int)
4	void	ImPlot_PlotLinedoublePtrdoublePtr (const char*,const double*,const double*,int,int,int)
5	void	ImPlot_PlotLineVec2Ptr (const char*,const ImVec2*,int,int)
6	void	ImPlot_PlotLinePlotPoIntPtr (const char*,const ImPlotPoint*,int,int)
7	void	ImPlot_PlotLineFnPlotPoIntPtr (const char*,ImPlotPoint(*)(void*,int),void*,int,int)
ImPlot_PlotPieChart	2
1	void	ImPlot_PlotPieChartFloatPtr (const char**,const float*,int,float,float,float,bool,const char*,float)
2	void	ImPlot_PlotPieChartdoublePtr (const char**,const double*,int,double,double,double,bool,const char*,double)
ImPlot_PlotScatter	7
1	void	ImPlot_PlotScatterFloatPtrInt (const char*,const float*,int,int,int)
2	void	ImPlot_PlotScatterdoublePtrInt (const char*,const double*,int,int,int)
3	void	ImPlot_PlotScatterFloatPtrFloatPtr (const char*,const float*,const float*,int,int,int)
4	void	ImPlot_PlotScatterdoublePtrdoublePtr (const char*,const double*,const double*,int,int,int)
5	void	ImPlot_PlotScatterVec2Ptr (const char*,const ImVec2*,int,int)
6	void	ImPlot_PlotScatterPlotPoIntPtr (const char*,const ImPlotPoint*,int,int)
7	void	ImPlot_PlotScatterFnPlotPoIntPtr (const char*,ImPlotPoint(*)(void*,int),void*,int,int)
ImPlot_PlotShaded	7
1	void	ImPlot_PlotShadedFloatPtrIntFloat (const char*,const float*,int,float,int,int)
2	void	ImPlot_PlotShadeddoublePtrIntdouble (const char*,const double*,int,double,int,int)
3	void	ImPlot_PlotShadedFloatPtrFloatPtrIntFloat (const char*,const float*,const float*,int,float,int,int)
4	void	ImPlot_PlotShadeddoublePtrdoublePtrIntdouble (const char*,const double*,const double*,int,double,int,int)
5	void	ImPlot_PlotShadedFloatPtrFloatPtrFloatPtr (const char*,const float*,const float*,const float*,int,int,int)
6	void	ImPlot_PlotShadeddoublePtrdoublePtrdoublePtr (const char*,const double*,const double*,const double*,int,int,int)
7	void	ImPlot_PlotShadedFnPlotPoIntPtr (const char*,ImPlotPoint(*)(void*,int),void*,ImPlotPoint(*)(void*,int),void*,int,int)
ImPlot_PlotStems	4
1	void	ImPlot_PlotStemsFloatPtrIntFloat (const char*,const float*,int,float,int,int)
2	void	ImPlot_PlotStemsdoublePtrIntdouble (const char*,const double*,int,double,int,int)
3	void	ImPlot_PlotStemsFloatPtrFloatPtr (const char*,const float*,const float*,int,float,int,int)
4	void	ImPlot_PlotStemsdoublePtrdoublePtr (const char*,const double*,const double*,int,double,int,int)
ImPlot_PlotText	2
1	void	ImPlot_PlotTextFloat (const char*,float,float,bool,const ImVec2)
2	void	ImPlot_PlotTextdouble (const char*,double,double,bool,const ImVec2)
ImPlot_PlotToPixels	2
1	ImVec2	ImPlot_PlotToPixelsPlotPoInt (const ImPlotPoint,int)
2	ImVec2	ImPlot_PlotToPixelsdouble (double,double,int)
ImPlot_PushColormap	2
1	void	ImPlot_PushColormapPlotColormap (ImPlotColormap)
2	void	ImPlot_PushColormapVec4Ptr (const ImVec4*,int)
ImPlot_PushStyleColor	2
1	void	ImPlot_PushStyleColorU32 (ImPlotCol,ImU32)
2	void	ImPlot_PushStyleColorVec4 (ImPlotCol,const ImVec4)
ImPlot_PushStyleVar	3
1	void	ImPlot_PushStyleVarFloat (ImPlotStyleVar,float)
2	void	ImPlot_PushStyleVarInt (ImPlotStyleVar,int)
3	void	ImPlot_PushStyleVarVec2 (ImPlotStyleVar,const ImVec2)
ImPlot_SetColormap	2
1	void	ImPlot_SetColormapVec4Ptr (const ImVec4*,int)
2	void	ImPlot_SetColormapPlotColormap (ImPlotColormap,int)
ImPlot_SetNextPlotTicksX	2
1	void	ImPlot_SetNextPlotTicksXdoublePtr (const double*,int,const char**,bool)
2	void	ImPlot_SetNextPlotTicksXdouble (double,double,int,const char**,bool)
ImPlot_SetNextPlotTicksY	2
1	void	ImPlot_SetNextPlotTicksYdoublePtr (const double*,int,const char**,bool,int)
2	void	ImPlot_SetNextPlotTicksYdouble (double,double,int,const char**,bool,int)
75 overloaded