|
Celeritas 0.7+7c39d13
|
#include "OrangeParamsOutput.hh"#include <nlohmann/json.hpp>#include "corecel/cont/LdgSpan.hh"#include "corecel/cont/Range.hh"#include "corecel/io/JsonPimpl.hh"#include "corecel/sys/Environment.hh"#include "orange/OrangeTypes.hh"#include "OrangeInputIO.json.hh"#include "OrangeParams.hh"#include "OrangeTypesIO.json.hh"#include "detail/BIHData.hh"#include "detail/BIHView.hh"Macros | |
| #define | OPO_PAIR(DATA, NAME) {#NAME, DATA.NAME} |
| #define | OPO_SIZE_PAIR(DATA, NAME) {#NAME, DATA.NAME.size()} |
Functions | |
| std::string | celeritas::dump_bih_structure (detail::BIHTreeRecord const &tree, NativeCRef< BIHTreeData > const &data) |
| Print a BIH structure to a JSON string for debugging. | |