iup.mglplot

Undocumented in source.

Members

Functions

IupMglLabel
Ihandle* IupMglLabel(const(char)* title)
IupMglPlot
Ihandle* IupMglPlot()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupMglPlotAdd1D
void IupMglPlotAdd1D(Ihandle* ih, const(char)* name, double y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupMglPlotAdd2D
void IupMglPlotAdd2D(Ihandle* ih, double x, double y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupMglPlotAdd3D
void IupMglPlotAdd3D(Ihandle* ih, double x, double y, double z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupMglPlotBegin
void IupMglPlotBegin(Ihandle* ih, int dim)
IupMglPlotDrawLine
void IupMglPlotDrawLine(Ihandle* ih, double x1, double y1, double z1, double x2, double y2, double z2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupMglPlotDrawMark
void IupMglPlotDrawMark(Ihandle* ih, double x, double y, double z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupMglPlotDrawText
void IupMglPlotDrawText(Ihandle* ih, const(char)* text, double x, double y, double z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupMglPlotEnd
int IupMglPlotEnd(Ihandle* ih)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupMglPlotInsert1D
void IupMglPlotInsert1D(Ihandle* ih, int ds_index, int sample_index, const(char)** names, double* y, int count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupMglPlotInsert2D
void IupMglPlotInsert2D(Ihandle* ih, int ds_index, int sample_index, double* x, double* y, int count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupMglPlotInsert3D
void IupMglPlotInsert3D(Ihandle* ih, int ds_index, int sample_index, double* x, double* y, double* z, int count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupMglPlotLoadData
void IupMglPlotLoadData(Ihandle* ih, int ds_index, const(char)* filename, int count_x, int count_y, int count_z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupMglPlotNewDataSet
int IupMglPlotNewDataSet(Ihandle* ih, int dim)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupMglPlotOpen
void IupMglPlotOpen()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupMglPlotPaintTo
void IupMglPlotPaintTo(Ihandle* ih, const(char)* format, int w, int h, double dpi, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupMglPlotSet1D
void IupMglPlotSet1D(Ihandle* ih, int ds_index, const(char)** names, double* y, int count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupMglPlotSet2D
void IupMglPlotSet2D(Ihandle* ih, int ds_index, double* x, double* y, int count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupMglPlotSet3D
void IupMglPlotSet3D(Ihandle* ih, int ds_index, double* x, double* y, double* z, int count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupMglPlotSetData
void IupMglPlotSetData(Ihandle* ih, int ds_index, double* data, int count_x, int count_y, int count_z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupMglPlotSetFormula
void IupMglPlotSetFormula(Ihandle* ih, int ds_index, const(char)* formulaX, const(char)* formulaY, const(char)* formulaZ, int count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupMglPlotSetFromFormula
void IupMglPlotSetFromFormula(Ihandle* ih, int ds_index, const(char)* formula, int count_x, int count_y, int count_z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupMglPlotTransform
void IupMglPlotTransform(Ihandle* ih, double x, double y, double z, int* ix, int* iy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupMglPlotTransformTo
void IupMglPlotTransformTo(Ihandle* ih, int ix, int iy, double* x, double* y, double* z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta