|
Celeritas 0.7.0-dev.172+develop.fe2a0acd4
|
#include "ImportData.hh"#include <algorithm>#include "corecel/Assert.hh"#include "corecel/io/EnumStringMapper.hh"#include "corecel/io/Logger.hh"#include "celeritas/UnitTypes.hh"#include "detail/ImportDataConverter.hh"Functions | |
| void | celeritas::convert_to_native (ImportData *data) |
| Recursively convert imported data to the native unit type. | |
| bool | celeritas::has_model (ImportData const &data, ImportModelClass model_class) |
| Whether an imported model of the given class is present. | |
| bool | celeritas::has_msc_model (ImportData const &data, ImportModelClass model_class) |
| Whether an imported MSC model of the given class is present. | |