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