Go to the source code of this file.
|
void | Acts::to_json (nlohmann::json &j, const SurfaceAndMaterialWithContext &surface) |
| Conversion of a pair of surface and material used for the material mapping.
|
|
void | Acts::to_json (nlohmann::json &j, const Surface &surface) |
|
void | Acts::to_json (nlohmann::json &j, const std::shared_ptr< const Surface > &surface) |
|
void | Acts::toJson (nlohmann::json &j, const std::shared_ptr< const Surface > &surface, const Acts::GeometryContext &gctx) |
|
std::shared_ptr< Surface > | Acts::surfaceFromJson (const nlohmann::json &j) |
|
template<typename surface_t , typename bounds_t > |
std::shared_ptr< surface_t > | Acts::surfaceFromJsonT (const nlohmann::json &j) |
|
nlohmann::json | Acts::SurfaceJsonConverter::toJson (const GeometryContext &gctx, const Surface &surface, const Options &options=Options{}) |
|
nlohmann::json | Acts::SurfaceJsonConverter::toJsonDetray (const GeometryContext &gctx, const Surface &surface, const Options &options=Options{}) |
|
std::shared_ptr< Surface > | Acts::SurfaceJsonConverter::fromJson (const nlohmann::json &jSurface) |
| The Surface converter from json.
|
|