|
Celeritas 0.7.0-dev.179+develop.ec08af0c9
|
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 | |
| StateItems< UnivLevelId > | univ_level |
| StateItems< UnivLevelId > | surface_univ_level |
| StateItems< LocalSurfaceId > | surf |
| StateItems< Sense > | sense |
| StateItems< BoundaryResult > | boundary |
| StateItems< UnivLevelId > | next_univ_level |
| StateItems< real_type > | next_step |
| StateItems< LocalSurfaceId > | next_surf |
| StateItems< Sense > | next_sense |
| Items< Real3 > | pos |
| Items< Real3 > | dir |
| Items< LocalVolumeId > | vol |
| Items< UnivId > | univ |
| Items< SenseValue > | temp_sense |
| Items< FaceId > | temp_face |
| Items< real_type > | temp_distance |
| Items< size_type > | temp_isect |