PK_constrained_opt_t   

typedef int PK_constrained_opt_t;

Used in:

PK_BSURF_create_constrained_o_t


The values of the enum are used to control whether the constrained surfacing
algorithm should be optimised for performance or smoothness.

    PK_constrained_opt_perf_c          The algorithm should be optimised for
                                       performance.
    PK_constrained_opt_smoothness_c    The algorithm should be optimised in
                                       order to produce better quality
                                       surfaces. The surfaces will typically
                                       have lower curvatures, but the algorithm
                                       may be slower. The surfaces may also
                                       use a larger number of control points
                                       in order to attain the higher quality.