4.1 Create and delete objects
- Constructor on
mglGraph: mglGraph (intkind=0,intwidth=600,intheight=400) - Constructor on
mglGraph: mglGraph (const mglGraph &gr) - Constructor on
mglGraph: mglGraph (HMGLgr) - C function:
HMGLmgl_create_graph (intwidth,intheight) - C function:
HMGLmgl_create_graph_gl () Creates the instance of class mglGraph with specified sizes width and height. Parameter kind may have following values: ‘0’ – use default plotter, ‘1’ – use OpenGL plotter.
- Destructor on
mglGraph: ~mglGraph () - C function:
HMGLmgl_delete_graph (HMGLgr) Deletes the instance of class mglGraph.
- Method on
mglGraph:HMGLSelf () Returns the pointer to internal object of type
HMGL.
This document was generated on March 21, 2014 using texi2html 5.0.