Celeritas  0.5.0-57+aeecb15
Public Types | Public Member Functions | Public Attributes | List of all members
celeritas::BIHTreeData< W, M > Struct Template Reference

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>
BIHTreeDataoperator= (BIHTreeData< W2, M2 > const &other)
 Assign from another set of data.
 

Public Attributes

Items< FastBBoxbboxes
 
Items< LocalVolumeIdlocal_volume_ids
 
Items< detail::BIHInnerNode > inner_nodes
 
Items< detail::BIHLeafNode > leaf_nodes
 

Detailed Description

template<Ownership W, MemSpace M>
struct celeritas::BIHTreeData< W, M >

Persistent data used by all BIH trees.

Todo:
move to orange/BihTreeData

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