24 #ifndef _GEMA_SHAPE_ORTHOGONAL_POL_H_ 25 #define _GEMA_SHAPE_ORTHOGONAL_POL_H_ 42 #define GM_MAX_ORTHOGONAL_POL_ORDER 5 52 double operator()(
double x,
int Porder);
#define GM_MAX_ORTHOGONAL_POL_ORDER
The last polynomial order implemented by GmShapeOrthogonalPol.
Definition: gmShapeOrthogonalPol.h:42
GmShapeOrthognalPolType
The type of orthogonal polygon calculated by GmShapeOrthogonalPol.
Definition: gmShapeOrthogonalPol.h:31
Orthogonal polynomial calculation.
Definition: gmShapeOrthogonalPol.h:45
Declaration of usefull configuration definitions for the Core library.
const CoefficientTable & _cTab
The coefficient table for the object type.
Definition: gmShapeOrthogonalPol.h:55
#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