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

◆ tseqsetarr_to_tseqset()

TSequenceSet * tseqsetarr_to_tseqset ( TSequenceSet **  seqsets,
int  count,
int  totalseqs 
)

Return an array of temporal sequences converted from an array of temporal sequence sets.

This function is called by all the functions in which the number of output sequences cannot be determined in advance, typically when each segment of the input sequence can produce an arbitrary number of output sequences, as in the case of atGeometries.

Parameters
[in]seqsetsArray of array of temporal sequence sets
[in]countNumber of elements in the input array
[in]totalseqsNumber of elements in the output array
Precondition
The arguments count and totalseqs are greater than 0