VTK  9.3.20240423
Public Member Functions | List of all members
BHTree Class Reference

#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 ()
 

Detailed Description

Definition at line 82 of file BHTree.h.

Constructor & Destructor Documentation

◆ BHTree()

BHTree::BHTree ( int  dimension,
int  numChild,
double *  minLoc,
double *  maxLoc 
)

◆ ~BHTree()

BHTree::~BHTree ( )

Member Function Documentation

◆ insertLeaf()

int BHTree::insertLeaf ( double *  loc)

◆ getChildIndex()

int BHTree::getChildIndex ( BHNode node,
double *  loc 
)

◆ print()

void BHTree::print ( )

The documentation for this class was generated from the following file: