|
Celeritas 0.7.0-dev.169+develop.bdc0041f6
|
Persistent data used by all BIH trees. More...
#include <OrangeData.hh>
Public Types | |
| template<class T > | |
| using | Items = Collection< T, W, M > |
Public Member Functions | |
| CELER_FUNCTION | operator bool () const |
| True if assigned. | |
| template<Ownership W2, MemSpace M2> | |
| BIHTreeData & | operator= (BIHTreeData< W2, M2 > const &other) |
| Assign from another set of data. | |
Public Attributes | |
| Items< FastBBox > | bboxes |
| Items< LocalVolumeId > | local_volume_ids |
| Items< detail::BIHInnerNode > | inner_nodes |
| Items< detail::BIHLeafNode > | leaf_nodes |
Persistent data used by all BIH trees.