diff Framework/Toolbox/SliceGeometry.h @ 32:517c46f527cd

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 19 Dec 2016 11:00:23 +0100
parents 351ab0da0150
children 7207a407bcd8
line wrap: on
line diff
--- a/Framework/Toolbox/SliceGeometry.h	Fri Dec 16 15:41:20 2016 +0100
+++ b/Framework/Toolbox/SliceGeometry.h	Mon Dec 19 11:00:23 2016 +0100
@@ -32,7 +32,8 @@
 
 #pragma once
 
-#include "DicomDataset.h"
+#include "GeometryToolbox.h"
+#include "../../Resources/Orthanc/Plugins/Samples/Common/IDicomDataset.h"
 
 namespace OrthancStone
 {
@@ -62,7 +63,7 @@
                   const Vector& axisX,
                   const Vector& axisY);
 
-    SliceGeometry(const DicomDataset& dicom);
+    SliceGeometry(const OrthancPlugins::IDicomDataset& dicom);
 
     SliceGeometry(const std::string& imagePositionPatient,
                   const std::string& imageOrientationPatient)