Mercurial > hg > orthanc-stone
comparison Framework/Toolbox/CoordinateSystem3D.h @ 201:e9c7a78a3e77
removed absolute paths
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 23 Mar 2018 11:59:22 +0100 |
parents | fccffbf99ba1 |
children | 5412adf19980 |
comparison
equal
deleted
inserted
replaced
200:03afbee0cc7b | 201:e9c7a78a3e77 |
---|---|
21 | 21 |
22 #pragma once | 22 #pragma once |
23 | 23 |
24 #include "LinearAlgebra.h" | 24 #include "LinearAlgebra.h" |
25 | 25 |
26 #include <Plugins/Samples/Common/IDicomDataset.h> | 26 #include "../../Resources/Orthanc/Plugins/Samples/Common/IDicomDataset.h" |
27 | 27 |
28 namespace OrthancStone | 28 namespace OrthancStone |
29 { | 29 { |
30 // Geometry of a 3D plane | 30 // Geometry of a 3D plane |
31 class CoordinateSystem3D | 31 class CoordinateSystem3D |