diff Framework/Volumes/VolumeReslicer.h @ 783:cd13a062c9bd

DicomVolumeImage
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 27 May 2019 15:54:53 +0200
parents fa5febe0f0c2
children 2d8ab34c8c91
line wrap: on
line diff
--- a/Framework/Volumes/VolumeReslicer.h	Mon May 27 14:21:04 2019 +0200
+++ b/Framework/Volumes/VolumeReslicer.h	Mon May 27 15:54:53 2019 +0200
@@ -43,6 +43,7 @@
     bool                           success_;
     Extent2D                       extent_;
     std::auto_ptr<Orthanc::Image>  slice_;
+    double                         pixelSpacing_;
 
     void CheckIterators(const ImageBuffer3D& source,
                         const CoordinateSystem3D& plane,
@@ -118,5 +119,7 @@
                const VolumeImageGeometry& geometry,
                const CoordinateSystem3D& plane,
                double voxelSize);
+
+    double GetPixelSpacing() const;
   };
 }