Function tip_SortAnnotationSet


Prototype: tip_SortAnnotationSet(Annotation);
Arguments:

Set: The Annotation set to be sorted (CDM_AnnotationSet)

C++ API Sections
Tcl API Sections
Description
Return Value
Notes
See Also
Index

Description:

This function will sort the Annotations contained in the provided Annotation set, according to their Span sets.

Return Value:

This function will create and return a new AnnotationSet object, that will contain all the Annotations contained in the provided by the "Set" parameter set, sorted by their span ranges. For more information about the sorting order, please refer to the CDM_CompareAnnotations function.

Notes:

This function is equivelant to CDM_SortAnnotationSet (C++ API).

See Also:

tip_SelectAnnotationsSorted, tip_CompareAnnotations, CDM_SortAnnotationSet, lsort


Generated by: petasis@aias on Wed Aug 16 10:31:46 PM EEST 2006.