Synopsis
PDX_MSGT gdb_PrintCBSComplexity(long option, MDA_PTR gdx_cbs_ptr)
Purpose
Print the measured complexity of a Curve Bounded Surf (CBS).
Description
This functions prints out the results from gdb_MeasureCBSComplexity. The results provide the user with a general feeling of a CBS complexity.
Input
option
GDB_DBG_LONG
Print out all portions of the CBS complexity score which contribute to the 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 CBS complexity.
GDB_MID_ACCURACY
Use middle accuracy method to measure the CBS complexity.
GDB_MOST_ACCURACY
Use most accurate but slowest method to measure the CBS complexity.
gdx_cbs_ptr
The GDX CBS to be analyzed.
Return
GDB_NOERR
Low level error return
.fi