| [ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
4.2.8 Error handling
Normally user should set it to zero by SetWarn(0); before plotting and check if GetWarnCode() or Message() return non zero after plotting. Only last warning will be saved. All warnings/errors produced by MathGL is not critical – the plot just will not be drawn.
- Method on
mglGraph:voidSetWarn (intcode,const char *info="") - C function:
voidmgl_set_warn (HMGLgr,intcode,const char *info) Set warning code. Normally you should call this function only for clearing the warning state, i.e. call
SetWarn(0);. Text info will be printed as is if code<0.
- Method on
mglGraph:const char *Message () - C function:
const char *mgl_get_mess (HMGLgr) Return messages about matters why some plot are not drawn. If returned string is empty then there are no messages.
- Method on
mglGraph:intGetWarnCode () - C function:
intmgl_get_warn_code (HMGLgr) Return the numerical ID of warning about the not drawn plot. Possible values are:
mglWarnNone=0Everything OK
mglWarnDimData dimension(s) is incompatible
mglWarnLowData dimension(s) is too small
mglWarnNegMinimal data value is negative
mglWarnFileNo file or wrong data dimensions
mglWarnMemNot enough memory
mglWarnZeroData values are zero
mglWarnLegAToo many legend entries
mglWarnLegNo legend entries
mglWarnSlcSlice value is out of range
mglWarnCntNumber of contours is zero or negative
mglWarnOpenCouldn’t open file
mglWarnLIdLight: ID is out of range
mglWarnSizeSetsize: size(s) is zero or negative
mglWarnFmtFormat is not supported for that build
| [ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
This document was generated on April 13, 2012 using texi2html 5.0.
