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

◆ SET_OFFSETS_PTR

#define SET_OFFSETS_PTR (   s)
Value:
( (size_t *)( \
((char *) (s)) + DOUBLE_PAD(sizeof(Set)) + DOUBLE_PAD((s)->bboxsize) ) )
#define DOUBLE_PAD(size)
Align to double.
Definition: meos.h:74
Structure to represent sets of values.
Definition: meos.h:80

Return a pointer to the offsets array of a set.