Return the timestamps at which the segments of two temporal point sequences are within a distance (iterator function)
- Parameters
-
[in] | seq1,seq2 | Temporal points |
[in] | dist | Distance |
[in] | func | Spatial relationship function to be applied |
[in] | tpfn | Turning point function to be applied |
[out] | result | Array on which the pointers of the newly constructed sequences are stored |
- Returns
- Number of elements in the resulting array
- Precondition
- The temporal points must be synchronized.