Celeritas
0.5.0-56+6b053cd
|
ORANGE state data. More...
#include <OrangeData.hh>
Public Types | |
template<class T > | |
using | StateItems = celeritas::StateCollection< T, W, M > |
template<class T > | |
using | Items = celeritas::Collection< T, W, M > |
Public Member Functions | |
CELER_FUNCTION | operator bool () const |
True if sizes are consistent and nonzero. | |
CELER_FUNCTION TrackSlotId::size_type | size () const |
State size. | |
template<Ownership W2, MemSpace M2> | |
OrangeStateData & | operator= (OrangeStateData< W2, M2 > &other) |
Assign from another set of data. | |
Public Attributes | |
size_type | max_depth {0} |
StateItems< LevelId > | level |
StateItems< LevelId > | surface_level |
StateItems< LocalSurfaceId > | surf |
StateItems< Sense > | sense |
StateItems< BoundaryResult > | boundary |
StateItems< LevelId > | next_level |
StateItems< real_type > | next_step |
StateItems< LocalSurfaceId > | next_surf |
StateItems< Sense > | next_sense |
Items< Real3 > | pos |
Items< Real3 > | dir |
Items< LocalVolumeId > | vol |
Items< UniverseId > | universe |
Items< Sense > | temp_sense |
Items< FaceId > | temp_face |
Items< real_type > | temp_distance |
Items< size_type > | temp_isect |
ORANGE state data.