|
Celeritas 0.7.0-dev.194+develop.0df4cab59
|
An adapter for imported model data corresponding to a specific identifier. More...
#include <ImportedModelAdapter.hh>
Public Types | |
Type aliases | |
| using | ImportedModelId = ImportedModels::ImportedModelId |
| using | SPConstImported = std::shared_ptr< ImportedModels const > |
Public Member Functions | |
| ImportedModelAdapter (ImportedModelId id, SPConstImported imported) | |
| Create an adapter from imported models for the given model ID. | |
| ImportedModelAdapter (ImportModelClass imc, SPConstImported imported) | |
| Create an adapter from imported models for the given model class. | |
| inp::Grid const & | mfp (OptMatId id) const |
| Get MFP table for the given optical material. | |
| OptMatId::size_type | num_materials () const |
| Get number of optical materials that have MFPs for this model. | |
An adapter for imported model data corresponding to a specific identifier.