| VTK
    9.0.1
    | 
#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 | ( | ) | 
 1.8.17
 1.8.17