VTK  9.3.20240425
Classes | Variables
BHTree.h File Reference
#include "vtkABINamespace.h"
#include <vector>
Include dependency graph for BHTree.h:

Go to the source code of this file.

Classes

class  BHLeaf
 
class  BHNode
 
class  BHTree
 

Variables

const int MAX_DIM = 3
 
const int MAX_CHILD = 8
 

Variable Documentation

◆ MAX_DIM

const int MAX_DIM = 3

Definition at line 29 of file BHTree.h.

◆ MAX_CHILD

const int MAX_CHILD = 8

Definition at line 30 of file BHTree.h.