EGSnrc C++ class library
Report PIRS-898 (2021)
Iwan Kawrakow, Ernesto Mainegra-Hing, Frederic Tessier, Reid Townson and Blake Walters
|
Public Member Functions | |
EGS_Octree_bbox (const EGS_Vector &boxMin, const EGS_Vector &boxMax, vector< int > &bboxRes) | |
EGS_Octree_bbox | operator+ (const EGS_Octree_bbox &b2) const |
EGS_Octree_bbox & | operator+= (const EGS_Octree_bbox &b2) |
Public Attributes | |
EGS_Vector | vmin |
EGS_Vector | vmax |
int | level |
int | maxlevel |
int | ixmin |
int | iymin |
int | izmin |
int | ixmax |
int | iymax |
int | izmax |
int | nx |
int | ny |
int | nz |
Definition at line 203 of file egs_octree.h.