|
Celeritas 0.7.0-dev.195+develop.9f96e13e6
|
Shared optical material properties. More...
#include <MaterialData.hh>
Public Types | |
| template<class T > | |
| using | Items = Collection< T, W, M > |
| template<class T > | |
| using | OpticalMaterialItems = Collection< T, W, M, OptMatId > |
| template<class T > | |
| using | VolumeItems = celeritas::Collection< T, W, M, ImplVolumeId > |
Public Member Functions | |
| CELER_FUNCTION | operator bool () const |
| Whether all data are assigned and valid. | |
| template<Ownership W2, MemSpace M2> | |
| MaterialParamsData & | operator= (MaterialParamsData< W2, M2 > const &other) |
| Assign from another set of data. | |
Public Attributes | |
| OpticalMaterialItems< NonuniformGridRecord > | refractive_index |
| VolumeItems< OptMatId > | optical_id |
| OpticalMaterialItems< PhysMatId > | core_material_id |
| Items< real_type > | reals |
Shared optical material properties.