|
Celeritas 0.7+dc56207d6
|
#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 "geocel/BoundingBoxIO.json.hh"#include "orange/OrangeTypes.hh"#include "OrangeInputIO.json.hh"#include "OrangeParams.hh"#include "OrangeTypesIO.json.hh"#include "detail/BvhData.hh"#include "detail/BvhView.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_bvh_structure (detail::BvhTreeRecord const &tree, NativeCRef< detail::BvhTreeData > const &data) |
| Print a BVH structure to a JSON string for debugging. | |