GsSortGLine

Enters a graded straight line in an OT

void GsSortGLine (
        GsGLINE *lp ,
        GsOT *otp,
        u_short pri
)

Arguments

lp Pointer to a graded straight line descriptor
otp Pointer to an ordering table
pri Position in the ordering table

Return Value

None.

Explanation

The graded straight line pointed to by lp is entered into the ordering table pointed to by otp at position pri.
GsSortGLine() handles straight lines and GsSortLine() handles single-colour straight lines.

See Also

GsSortLine(), GsLINE, GsOT