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