File tree 5 files changed +8
-9
lines changed
fable/include/fable/utility
5 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 16
16
* SPDX-License-Identifier: Apache-2.0
17
17
*/
18
18
/* *
19
- * \file fable/json/with_eigen .hpp
19
+ * \file fable/utility/eigen .hpp
20
20
* \see fable/json.hpp
21
21
*
22
22
* This file contains specializations of `nlohmann::adl_serializer` for Eigen
23
- * types in order to provide serialization for third-party types .
23
+ * types in order to provide JSON serialization .
24
24
*/
25
25
26
26
#pragma once
27
27
28
- #include < nlohmann/json.hpp>
29
-
30
- #include < Eigen/Geometry>
28
+ #include < Eigen/Geometry> // for Vector3d, Quaterniond, Isometry3d
29
+ #include < nlohmann/json.hpp> // for adl_serializer<>, json
31
30
32
31
namespace nlohmann {
33
32
Original file line number Diff line number Diff line change 22
22
#pragma once
23
23
24
24
#include < Eigen/Geometry> // for Isometry3d
25
- #include < fable/json/with_eigen.hpp> // for to_json
26
25
27
26
#include < cloe/component.hpp> // for Component
28
27
#include < cloe/component/frustum.hpp> // for Frustum
29
28
#include < cloe/component/lane_boundary.hpp> // for LaneBoundaries
29
+ #include < fable/utility/eigen.hpp> // for to_json
30
30
31
31
namespace cloe {
32
32
Original file line number Diff line number Diff line change 25
25
#include < vector> // for vector<>
26
26
27
27
#include < Eigen/Geometry> // for Isometry3d, Vector3d
28
- #include < fable/json/with_eigen.hpp> // for to_json
29
-
30
28
#include < cloe/core.hpp> // for Json
29
+ #include < fable/utility/eigen.hpp> // for to_json
31
30
32
31
namespace cloe {
33
32
Original file line number Diff line number Diff line change 25
25
#include < cloe/component.hpp> // for Component, Json
26
26
#include < cloe/component/frustum.hpp> // for Frustum
27
27
#include < cloe/component/object.hpp> // for Object, Isometry3d
28
+ #include < fable/utility/eigen.hpp>
28
29
29
30
namespace cloe {
30
31
Original file line number Diff line number Diff line change 27
27
#include < string> // for string
28
28
#include < type_traits> // for underlying_type<>
29
29
30
- #include < fable/json/with_eigen .hpp> // for to_json
30
+ #include < fable/utility/eigen .hpp> // for to_json
31
31
32
32
#include < cloe/core.hpp> // for Json, Schema
33
33
You can’t perform that action at this time.
0 commit comments