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);
Orthogonal polynomial calculation.
Definition gmShapeOrthogonalPol.h:46
const CoefficientTable & _cTab
The coefficient table for the object type.
Definition gmShapeOrthogonalPol.h:55
Declaration of useful configuration definitions for the Core library.
#define GMC_API_EXPORT
Macro for controlling if the class is being exported (GEMA_CORE_LIB defined) or imported (GEMA_CORE_L...
Definition gmCoreConfig.h:35
GmShapeOrthognalPolType
The type of orthogonal polygon calculated by GmShapeOrthogonalPol.
Definition gmShapeOrthogonalPol.h:32
#define GM_MAX_ORTHOGONAL_POL_ORDER
The last polynomial order implemented by GmShapeOrthogonalPol.
Definition gmShapeOrthogonalPol.h:42