|
||||
File indexing completed on 2025-01-30 10:09:32
0001 //----------------------------------*-C++-*----------------------------------// 0002 // Copyright 2020-2024 UT-Battelle, LLC, and other Celeritas developers. 0003 // See the top-level COPYRIGHT file for details. 0004 // SPDX-License-Identifier: (Apache-2.0 OR MIT) 0005 //---------------------------------------------------------------------------// 0006 //! \file geocel/rasterize/ImageIO.json.hh 0007 //---------------------------------------------------------------------------// 0008 #pragma once 0009 0010 #include <nlohmann/json.hpp> 0011 0012 namespace celeritas 0013 { 0014 //---------------------------------------------------------------------------// 0015 struct ImageInput; 0016 class ImageParams; 0017 0018 //---------------------------------------------------------------------------// 0019 void to_json(nlohmann::json& j, ImageInput const&); 0020 void from_json(nlohmann::json const& j, ImageInput&); 0021 0022 void to_json(nlohmann::json& j, ImageParams const&); 0023 //---------------------------------------------------------------------------// 0024 } // namespace celeritas
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |