PK_spline_method_t   

typedef int PK_spline_method_t;

Used in:

PK_BCURVE_create_spline_2_o_t


This datatype indicates the default behaviour of each position in
PK_BCURVE_create_spline_2. The indices of positions that have non-default
behaviour should be specified in 'special_indices'. It has the values:

    PK_spline_method_interpolate_c    The input 'positions' will be
                                      interpolated, except for the positions
                                      whose indices are supplied in
                                      'special_indices', which will instead be
                                      fitted to the supplied tolerance
                                      'fit_tol'.

    PK_spline_method_fit_c            The input 'positions' will be fitted to
                                      the supplied tolerance 'fit_tol', except
                                      for the positions whose indices are
                                      supplied in 'special_indices', which will
                                      instead be interpolated.