Synopsis
PDX_MSGT gdb_PrintCurveComplexity(long option, MDA_PTR gdx_curve_ptr)
Purpose
Print the measured complexity of a curve.
Description
This functions prints out the results from gdb_MeasureCurveComplexity. The results provide the user with a general feeling of a curves complexity.
Input
option
GDB_DBG_LONG
Print out all portions of the curve complexity score which contribute to the curves complexity score.
GDB_DBG_COMPLEX_ONLY
Print out the brief or long results only for curves which are rated as complex.
GDB_LEAST_ACCURACY
Use the least accurate but fastest method to measure the curves complexity.
GDB_MID_ACCURACY
Use middle accuracy method to measure the curves complexity.
GDB_MOST_ACCURACY
Use most accurate but slowest method to measure the curves complexity.
gdx_curve_ptr
The GDX curve to be analyzed.
Return
GDB_NOERR
Low level error return
.fi