VTK
9.1.0
|
#include <BHTree.h>
Public Member Functions | |
BHTree (int dimension, int numChild, double *minLoc, double *maxLoc) | |
~BHTree () | |
int | insertLeaf (double *loc) |
int | getChildIndex (BHNode *node, double *loc) |
void | print () |
BHTree::BHTree | ( | int | dimension, |
int | numChild, | ||
double * | minLoc, | ||
double * | maxLoc | ||
) |
BHTree::~BHTree | ( | ) |
int BHTree::insertLeaf | ( | double * | loc | ) |
int BHTree::getChildIndex | ( | BHNode * | node, |
double * | loc | ||
) |
void BHTree::print | ( | ) |