18static int set_max(
int *which,
int new_max)
28 return set_max(&(
t->nodecard),
new_max);
33 return set_max(&(
t->leafcard),
new_max);
int RTreeSetLeafMax(int new_max, struct RTree *t)
int RTreeGetNodeMax(struct RTree *t)
int RTreeGetLeafMax(struct RTree *t)
int RTreeSetNodeMax(int new_max, struct RTree *t)