![]() |
MobilityDB 1.3
|
Functions for temporal rigid geometries with sequence subtype. More...
Go to the source code of this file.
Functions | |
TSequence * | trgeoinst_to_tsequence (const TInstant *inst, interpType interp) |
Return a temporal instant transformed into a temporal sequence. More... | |
const GSERIALIZED * | trgeoseq_geom_p (const TSequence *seq) |
Returns the reference geometry of the temporal value. More... | |
TSequence * | trgeoseq_make (const GSERIALIZED *geom, const TInstant **instants, int count, bool lower_inc, bool upper_inc, interpType interp, bool normalize) |
Construct a temporal sequence from an array of temporal instants. More... | |
TSequence * | trgeoseq_make1 (const GSERIALIZED *geom, const TInstant **instants, int count, bool lower_inc, bool upper_inc, interpType interp, bool normalize) |
Construct a temporal sequence from an array of temporal instants. More... | |
TSequence * | trgeoseq_make1_exp (const GSERIALIZED *geom, const TInstant **instants, int count, int maxcount, bool lower_inc, bool upper_inc, interpType interp, bool normalize) |
Construct a temporal sequence from an array of temporal instants. More... | |
TSequence * | trgeoseq_make_exp (const GSERIALIZED *geom, const TInstant **instants, int count, int maxcount, bool lower_inc, bool upper_inc, interpType interp, bool normalize) |
Construct a temporal sequence from an array of temporal instants. More... | |
TSequence * | trgeoseq_make_free (const GSERIALIZED *geom, TInstant **instants, int count, bool lower_inc, bool upper_inc, interpType interp, bool normalize) |
Construct a temporal sequence from an array of temporal instants and free the array and the instants after the creation. More... | |
TSequence * | trgeoseq_make_free_exp (const GSERIALIZED *geom, TInstant **instants, int count, int maxcount, bool lower_inc, bool upper_inc, interpType interp, bool normalize) |
Construct a temporal sequence from an array of temporal instants and free the array and the instants after the creation. More... | |
bool | trgeoseq_make_valid (const GSERIALIZED *geom, const TInstant **instants, int count, bool lower_inc, bool upper_inc, bool linear) |
Ensure the validity of the arguments when creating a temporal value. More... | |
size_t | trgeoseq_pose_varsize (const TSequence *seq) |
Returns the size of the trgeometryseq without reference geometry. More... | |
void | trgeoseq_set_pose (TSequence *seq) |
Set the size of the trgeometryseq without reference geometry. More... | |
TInstant * | trgeoseq_to_tinstant (const TSequence *seq) |
Return a temporal sequence transformed into a temporal instant. More... | |
TSequence * | trgeoseq_tposeseq (const TSequence *seq) |
Returns a new temporal pose sequence obtained by removing the reference geometry of a temporal rigid geometry. More... | |
Functions for temporal rigid geometries with sequence subtype.