PK_BCURVE_spline_stat_t   

typedef int PK_BCURVE_spline_stat_t;

Used in:

PK_BCURVE_spline_cu_t


This datatype indicates the status of splining a B-curve. It has the values:

    PK_BCURVE_spline_stat_exact_c      The resultant B-curve interpolates the
                                       input constraints exactly.

    PK_BCURVE_spline_stat_approx_c     The resultant B-curve approximates the
                                       input constraints.

    PK_BCURVE_spline_stat_not_fit_c    The resultant B-curve is unable to meet
                                       the input constraints within tolerances.