|
|
The return value from this function will be a standart Tcl completion
code (of type int) with one of the values TCL_OK and TCL_ERROR. If an
error occurs, the return value will be TCL_ERROR and an error message
describing the error will be placed at the current Tcl interpreter
(CDM_Interp). Else, TCL_OK will be returned.
This function is equivelant to the following C++ code:
Notes:
This function is equivelant to tip_GetFirstSpanOffsets (Tcl API).
*start = CDM_GetStart(span);
*end = CDM_GetEnd(Span);
CDM_GetFirstSpan, CDM_GetStart, CDM_GetEnd, tip_GetFirstSpanOffsets
See Also:
Generated by: petasis@aias on Wed Aug 16 10:31:57 PM EEST 2006.