|
|
void | celeritas::from_json (nlohmann::json const &j, VolumeInput &value) |
| | Read cell/volume data from an ORANGE JSON file.
|
| |
|
void | celeritas::to_json (nlohmann::json &j, VolumeInput const &value) |
| | Write cell/volume data to an ORANGE JSON file.
|
| |
|
void | celeritas::from_json (nlohmann::json const &j, BackgroundInput &value) |
| | Read background metadata from an ORANGE JSON file.
|
| |
|
void | celeritas::to_json (nlohmann::json &j, BackgroundInput const &value) |
| | Write background metadata to an ORANGE JSON file.
|
| |
| void | celeritas::from_json (nlohmann::json const &j, UnitInput &value) |
| | Read a unit definition from an ORANGE input file.
|
| |
|
void | celeritas::to_json (nlohmann::json &j, UnitInput const &value) |
| | Write a unit definition to an ORANGE input file.
|
| |
|
void | celeritas::from_json (nlohmann::json const &j, RectArrayInput &value) |
| | Read a rectangular array universe definition from an ORANGE input file.
|
| |
|
void | celeritas::to_json (nlohmann::json &j, RectArrayInput const &value) |
| | Write a rectangular array universe definition to an ORANGE input file.
|
| |
|
void | celeritas::from_json (nlohmann::json const &j, OrangeInput &value) |
| | Read a partially preprocessed geometry definition from an ORANGE JSON file.
|
| |
|
void | celeritas::to_json (nlohmann::json &j, OrangeInput const &value) |
| | Write an ORANGE input file.
|
| |