21static int set_max(
int *which,
int new_max)
31 return set_max(&(
t->nodecard),
new_max);
36 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)