mglGraph
: mglGraph (int
kind=0
, int
width=600
, int
height=400
)
¶mglGraph
: mglGraph (const mglGraph &
gr)
¶mglGraph
: mglGraph (HMGL
gr)
¶HMGL
mgl_create_graph (int
width, int
height)
¶HMGL
mgl_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.
mglGraph
: ~mglGraph ()
¶HMGL
mgl_delete_graph (HMGL
gr)
¶Deletes the instance of class mglGraph.
mglGraph
: HMGL
Self ()
¶Returns the pointer to internal object of type HMGL
.
HMGL
mgl_default_graph ()
¶Returns pointer to default instance of class mglGraph. This is default instance, used with new classes, which can be used to keep plot settings and to speed up initialization in small different plots.