diff Framework/Volumes/DicomVolumeImageMPRSlicer.cpp @ 1105:640feb146fa8 toa2019102801

Code formatting (dummyc) + log level (dummyc)
author Benjamin Golinvaux <bgo@osimis.io>
date Mon, 28 Oct 2019 11:13:48 +0100
parents a7351ad54960
children 19b1c8caade4 2d8ab34c8c91
line wrap: on
line diff
--- a/Framework/Volumes/DicomVolumeImageMPRSlicer.cpp	Sat Oct 26 11:35:41 2019 +0200
+++ b/Framework/Volumes/DicomVolumeImageMPRSlicer.cpp	Mon Oct 28 11:13:48 2019 +0100
@@ -45,7 +45,8 @@
     revision_(volume_.GetRevision())
   {
     valid_ = (volume_.HasDicomParameters() &&
-              volume_.GetGeometry().DetectSlice(projection_, sliceIndex_, cuttingPlane));
+              volume_.GetGeometry().DetectSlice(projection_, sliceIndex_, 
+                                                cuttingPlane));
   }
 
 
@@ -75,7 +76,7 @@
     }
 
     std::auto_ptr<TextureBaseSceneLayer> texture;
-        
+      
     {
       const DicomInstanceParameters& parameters = volume_.GetDicomParameters();
       ImageBuffer3D::SliceReader reader(volume_.GetPixelData(), projection_, sliceIndex_);