MobilityDB  1.0

◆ tnumberseq_restrict_range()

TSequenceSet* tnumberseq_restrict_range ( const TSequence seq,
const RangeType *  range,
bool  atfunc 
)

Restricts the temporal number to the (complement of the) range of base values.

Parameters
[in]seqTemporal number
[in]rangeRange of base values
[in]atfuncTrue when the restriction is at, false for minus
Returns
Resulting temporal number
Note
It is supposed that a bounding box test has been done in the dispatch function.