VTK  9.3.20240422
Public Member Functions | Public Attributes | List of all members
BHNode Class Reference

#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]
 

Detailed Description

Definition at line 64 of file BHTree.h.

Constructor & Destructor Documentation

◆ BHNode() [1/3]

BHNode::BHNode ( )

◆ BHNode() [2/3]

BHNode::BHNode ( int  dim,
int  numChild,
double *  minLoc,
double *  maxLoc 
)

◆ BHNode() [3/3]

BHNode::BHNode ( int  dim,
int  numChild,
BHNode parent,
int  child 
)

Member Data Documentation

◆ length

double BHNode::length[MAX_DIM]

Definition at line 71 of file BHTree.h.

◆ center

double BHNode::center[MAX_DIM]

Definition at line 72 of file BHTree.h.

◆ child

int BHNode::child[MAX_CHILD]

Definition at line 73 of file BHTree.h.


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