VTK
9.1.0
|
#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 | ||
) |