105 BHNode(
int dim,
int numChild,
double* minLoc,
double* maxLoc);
133 int numberOfChildren;
140 std::vector<BHLeaf*> bhLeaf;
141 std::vector<BHNode*> bhNode;
bool sameAs(int dim, double *loc)
BHLeaf(int dim, double *loc)
BHNode(int dim, int numChild, double *minLoc, double *maxLoc)
BHNode(int dim, int numChild, BHNode *parent, int child)
BHTree(int dimension, int numChild, double *minLoc, double *maxLoc)
int insertLeaf(double *loc)
int getChildIndex(BHNode *node, double *loc)