|
Celeritas 0.7.0-dev.354+develop.b4fe4c4
|
Storage for grid reflectivity data. More...
#include <GridReflectivityData.hh>
Public Types | |
Type aliases | |
| using | Grid = NonuniformGridRecord |
| using | GridId = OpaqueId< Grid > |
| template<class T > | |
| using | Items = Collection< T, W, M > |
| template<class T > | |
| using | SurfaceItems = Collection< T, W, M, SubModelId > |
| using | ReflectivityGrids = EnumArray< ReflectivityAction, SurfaceItems< Grid > > |
Public Member Functions | |
| operator bool () const | |
| True if assigned. | |
| template<Ownership W2, MemSpace M2> | |
| GridReflectivityData< W, M > & | operator= (GridReflectivityData< W2, M2 > const &other) |
| Assign from another set of data. | |
Public Attributes | |
| ReflectivityGrids | reflectivity |
| Reflectivity and transmittance grids. | |
| SurfaceItems< GridId > | efficiency_ids |
| Optional quantum efficiency grids. | |
| Items< Grid > | efficiency |
| Items< real_type > | reals |
| Backend storage. | |
Storage for grid reflectivity data.