MobilityDB 1.1

◆ PLACE_RIGHT

#define PLACE_RIGHT (   box,
  off 
)
Value:
do { \
if (v->spl_nright > 0) \
bbox_adjust(rightBox, box); \
else \
memcpy(rightBox, box, bbox_size); \
v->spl_right[v->spl_nright++] = off; \
} while(0)