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] | seqsets | Array of array of temporal sequence sets |
[in] | count | Number of elements in the input array |
[in] | totalseqs | Number of elements in the output array |
- Precondition
- The arguments
count
and totalseqs
are greater than 0