MobilityDB 1.1
|
◆ PLACE_RIGHT
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)
|