|
Celeritas 0.7.0-dev.196+develop.8d0d9047c
|
#include "ImageIO.json.hh"#include "corecel/Assert.hh"#include "corecel/Types.hh"#include "corecel/cont/Array.hh"#include "corecel/cont/ArrayIO.json.hh"#include "corecel/io/JsonUtils.json.hh"#include "corecel/math/ArrayOperators.hh"#include "geocel/detail/LengthUnits.hh"#include "Image.hh"| #define | IM_LOAD_OPTION(NAME) CELER_JSON_LOAD_OPTION(j, v, NAME) |
| #define | IM_LOAD_REQUIRED(NAME) CELER_JSON_LOAD_REQUIRED(j, v, NAME) |
| void | celeritas::from_json (nlohmann::json const &j, ImageInput &v) |
| void | celeritas::to_json (nlohmann::json &j, ImageInput const &v) |
| void | celeritas::to_json (nlohmann::json &j, ImageParams const &p) |
| #define IM_LOAD_OPTION | ( | NAME | ) | CELER_JSON_LOAD_OPTION(j, v, NAME) |
I/O routines for JSON
| #define IM_LOAD_REQUIRED | ( | NAME | ) | CELER_JSON_LOAD_REQUIRED(j, v, NAME) |
I/O routines for JSON
| void celeritas::from_json | ( | nlohmann::json const & | j, |
| ImageInput & | v | ||
| ) |
I/O routines for JSON
| void celeritas::to_json | ( | nlohmann::json & | j, |
| ImageInput const & | v | ||
| ) |
I/O routines for JSON
| void celeritas::to_json | ( | nlohmann::json & | j, |
| ImageParams const & | p | ||
| ) |
I/O routines for JSON