Celeritas
0.5.0-56+6b053cd
|
#include "ImportData.hh"
#include <algorithm>
#include "corecel/Assert.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. | |