24 #ifndef _GEMA_PARSE_UTILS_H_ 25 #define _GEMA_PARSE_UTILS_H_ void parseDefault(QVariant def, int nlin, int ncol, QString &defString, double *defVal)
An auxilliary function used to parse a default value definition, accepting scalars,...
Definition: gmParseUtils.cpp:152
Declaration of usefull configuration definitions for the Core library.
int parseDimension(QVariant dim, int *nlin, int *ncol, int *ndepth)
An auxiliary function to parse dimension values that can be expressed both as a single number or a st...
Definition: gmParseUtils.cpp:48
bool parseFormat(QString formatStr, int *fieldWidth, char *format, int *precision)
An auxiliary function used to parse a format string using the syntax: "%d.%d[fgeGE]" Returns the pars...
Definition: gmParseUtils.cpp:104
Groups utilitary routines for parsing models.
Definition: gmParseUtils.cpp:32
GmInterpolatorType
Available interpolation methods. Not every method is suitable for every kind of interpolator class....
Definition: gmInterpolator.h:62
#define GMC_API_EXPORT
Macro for controling if the class is being exported (GEMA_CORE_LIB defined) or imported (GEMA_CORE_LI...
Definition: gmCoreConfig.h:35
Declaration of the GmInterpolator and GmInterpolatorObject classes.