#include "weight.h"
Go to the source code of this file.
Enumerations | |
enum | Model { MLINEAR, MQUADRATIC, MCUBIC, M4ORDER, M5ORDER, M6ORDER, M7ORDER, M8ORDER, M9ORDER, M10ORDER } |
Variables | |
const char * | modelitems [] |
|
|
|
Initial value: {I18N_NOOP("linear"),I18N_NOOP("quadratic"),I18N_NOOP("cubic"), I18N_NOOP("4-th order"),I18N_NOOP("5-th order"),I18N_NOOP("6-th order"),I18N_NOOP("7-th order"), I18N_NOOP("8-th order"),I18N_NOOP("9-th order"),I18N_NOOP("10-th order"),0} |