MAIA bb96820c
Multiphysics at AIA
|
#include <kdtree.h>
Public Member Functions | |
Boxnode () | |
Boxnode (Point< DIM > mylo, Point< DIM > myhi, MInt mymom, MInt myd1, MInt myd2, MInt myptlo, MInt mypthi) | |
Public Member Functions inherited from Box< DIM > | |
Box ()=default | |
Box (const Point< DIM > &mylo, const Point< DIM > &myhi) | |
Public Attributes | |
MInt | mom |
MInt | dau1 |
MInt | dau2 |
MInt | ptlo |
MInt | pthi |
Public Attributes inherited from Box< DIM > | |
Point< DIM > | lo |
Point< DIM > | hi |
|
inline |
Definition at line 31 of file kdtree.h.