MobilityDB 1.3
Loading...
Searching...
No Matches

◆ spanset_make_free()

SpanSet * spanset_make_free ( Span spans,
int  count,
bool  normalize,
bool  order 
)

Return a span set from an array of spans and free the input array of spans after the creation.

Parameters
[in]spansArray of spans
[in]countNumber of elements in the array
[in]normalizeTrue if the resulting value should be normalized.
[in]orderTrue if the input spans should be ordered
See also
spanset_make