@@ -31,17 +31,17 @@ endif()
3131set (LIB_SRCS
3232 src/A_MatrixBase_instantiate_CMatrixDynamic_d.cpp
3333 src/A_MatrixBase_instantiate_CMatrixDynamic_f.cpp
34- src/CAtan2LookUpTable.cpp
3534 src/CAtan2LookUpTable_unittest.cpp
35+ src/CAtan2LookUpTable.cpp
3636 src/CHistogram.cpp
3737 src/CLevenbergMarquardt_unittest.cpp
3838 src/CMatrixB.cpp
3939 src/CMatrixD.cpp
40- src/CMatrixDynamic.cpp
4140 src/CMatrixDynamic_unittest.cpp
41+ src/CMatrixDynamic.cpp
4242 src/CMatrixF.cpp
43- src/CMatrixFixed.cpp
4443 src/CMatrixFixed_unittest.cpp
44+ src/CMatrixFixed.cpp
4545 src/container_ops_unittest.cpp
4646 src/CPolygon.cpp
4747 src/CSplineInterpolator1D.cpp
@@ -51,50 +51,52 @@ set(LIB_SRCS
5151 src/EigenAlignment_unittest.cpp
5252 src/filters.cpp
5353 src/fourier.cpp
54- src/fresnel.cpp
5554 src/fresnel_unittest.cpp
56- src/geometry .cpp
55+ src/fresnel .cpp
5756 src/geometry_unittest.cpp
57+ src/geometry.cpp
5858 src/KDTreeCapable_unittest.cpp
5959 src/kmeans.cpp
6060 src/kmeans++/KMeans.cpp
6161 src/kmeans++/KmTree.cpp
6262 src/kmeans++/KmUtils.cpp
6363 src/math.cpp
64- src/MatrixBase_instantiate_CMatrixFixed_22_d.cpp
65- src/MatrixBase_instantiate_CMatrixFixed_22_f.cpp
66- src/MatrixBase_instantiate_CMatrixFixed_33_d.cpp
67- src/MatrixBase_instantiate_CMatrixFixed_33_f.cpp
64+ src/matrix_ops_unittest.cpp
6865 src/matrix_ops1_unittest.cpp
6966 src/matrix_ops2_unittest.cpp
7067 src/matrix_ops3_unittest.cpp
7168 src/matrix_ops4_unittest.cpp
7269 src/matrix_ops5_unittest.cpp
73- src/matrix_ops_unittest.cpp
70+ src/matrix_yaml_unittest.cpp
71+ src/MatrixBase_instantiate_CMatrixFixed_22_d.cpp
72+ src/MatrixBase_instantiate_CMatrixFixed_22_f.cpp
73+ src/MatrixBase_instantiate_CMatrixFixed_33_d.cpp
74+ src/MatrixBase_instantiate_CMatrixFixed_33_f.cpp
7475 src/MatrixVectorBase_instantiate_CMatrixDynamic_d.cpp
7576 src/MatrixVectorBase_instantiate_CMatrixDynamic_f.cpp
7677 src/MatrixVectorBase_instantiate_CMatrixDynamic_ints.cpp
7778 src/MatrixVectorBase_instantiate_CMatrixFixed.cpp
7879 src/MatrixVectorBase_instantiate_CVectorDynamic.cpp
7980 src/MatrixVectorBase_instantiate_CVectorFixed.cpp
80- src/matrix_yaml_unittest.cpp
8181 src/model_search.cpp
82- src/poly_roots.cpp
8382 src/poly_roots_unittest.cpp
83+ src/poly_roots.cpp
8484 src/ransac_applications.cpp
8585 src/registerAllClasses.cpp
8686 src/robust_kernels_unittest.cpp
87- src/slerp.cpp
88- src/slerp_unittest.cpp
8987 src/S_MatrixBase_instantiate_CMatrixFixed_66_d.cpp
9088 src/S_MatrixBase_instantiate_CMatrixFixed_66_f.cpp
9189 src/S_MatrixBase_instantiate_CMatrixFixed_77_d.cpp
92- src/TBoundingBox.cpp
90+ src/slerp_unittest.cpp
91+ src/slerp.cpp
9392 src/TBoundingBox_unittest.cpp
93+ src/TBoundingBox.cpp
9494 src/TLine2D.cpp
9595 src/TLine3D.cpp
9696 src/TObject2D.cpp
9797 src/TObject3D.cpp
98+ src/TOrientedBox_unittest.cpp
99+ src/TOrientedBox.cpp
98100 src/TPlane.cpp
99101 src/TPoint2D.cpp
100102 src/TPoint3D.cpp
@@ -150,22 +152,22 @@ set(LIB_PUBLIC_HDRS
150152 include /mrpt/math/mat2eig.h
151153 include /mrpt/math/math_frwds.h
152154 include /mrpt/math/matrix_adaptors.h
153- include /mrpt/math/MatrixBase.h
154- include /mrpt/math/MatrixBlockSparseCols.h
155155 include /mrpt/math/matrix_serialization.h
156156 include /mrpt/math/matrix_size_t.h
157+ include /mrpt/math/MatrixBase.h
158+ include /mrpt/math/MatrixBlockSparseCols.h
157159 include /mrpt/math/MatrixVectorBase.h
158- include /mrpt/math/model_search.h
159160 include /mrpt/math/model_search_impl.h
161+ include /mrpt/math/model_search.h
160162 include /mrpt/math/num_jacobian.h
161163 include /mrpt/math/ops_containers.h
162164 include /mrpt/math/ops_matrices.h
163165 include /mrpt/math/ops_vectors.h
164166 include /mrpt/math/point_poses2vectors.h
165167 include /mrpt/math/poly_roots.h
166168 include /mrpt/math/ransac_applications.h
167- include /mrpt/math/ransac.h
168169 include /mrpt/math/ransac_impl.h
170+ include /mrpt/math/ransac.h
169171 include /mrpt/math/registerAllClasses.h
170172 include /mrpt/math/robust_kernels.h
171173 include /mrpt/math/slerp.h
@@ -174,6 +176,7 @@ set(LIB_PUBLIC_HDRS
174176 include /mrpt/math/TLine3D.h
175177 include /mrpt/math/TObject2D.h
176178 include /mrpt/math/TObject3D.h
179+ include /mrpt/math/TOrientedBox.h
177180 include /mrpt/math/TPlane.h
178181 include /mrpt/math/TPoint2D.h
179182 include /mrpt/math/TPoint3D.h
@@ -189,8 +192,8 @@ set(LIB_PUBLIC_HDRS
189192 include /mrpt/math/TSegment3D.h
190193 include /mrpt/math/TTwist2D.h
191194 include /mrpt/math/TTwist3D.h
192- include /mrpt/math/utils.h
193195 include /mrpt/math/utils_matlab.h
196+ include /mrpt/math/utils.h
194197 include /mrpt/math/wrap2pi.h
195198)
196199
0 commit comments