|
VTK
9.0.1
|
#include <BHTree.h>
Public Member Functions | |
| BHNode () | |
| BHNode (int dim, int numChild, double *minLoc, double *maxLoc) | |
| BHNode (int dim, int numChild, BHNode *parent, int child) | |
Public Attributes | |
| double | length [MAX_DIM] |
| double | center [MAX_DIM] |
| int | child [MAX_CHILD] |
| BHNode::BHNode | ( | ) |
| BHNode::BHNode | ( | int | dim, |
| int | numChild, | ||
| double * | minLoc, | ||
| double * | maxLoc | ||
| ) |
| BHNode::BHNode | ( | int | dim, |
| int | numChild, | ||
| BHNode * | parent, | ||
| int | child | ||
| ) |
1.8.17