|
Celeritas 0.7.0-dev.225+develop.93c89d0d
|
Interface for VecGeom state information. More...
#include <VecgeomData.hh>
Public Types | |
| template<class T > | |
| using | StateItems = StateCollection< T, W, M > |
| using | VgStateItems = detail::VecgeomNavCollection< W, M > |
Public Member Functions | |
| CELER_FUNCTION | operator bool () const |
| True if sizes are consistent and states are assigned. | |
| CELER_FUNCTION TrackSlotId::size_type | size () const |
| State size. | |
| template<Ownership W2, MemSpace M2> | |
| VecgeomStateData & | operator= (VecgeomStateData< W2, M2 > &other) |
| Assign from another set of data. | |
Public Attributes | |
| StateItems< Real3 > | pos |
| StateItems< Real3 > | dir |
| VgStateItems | state |
| StateItems< VgBoundary > | boundary |
| VgStateItems | next_state |
| StateItems< VgBoundary > | next_boundary |
| StateItems< VgSurfaceInt > | next_surf |
Interface for VecGeom state information.