diff Framework/Volumes/ImageBuffer3D.cpp @ 667:e9339f2b5de7

refactoring of VolumeImage
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 15 May 2019 17:30:58 +0200
parents b70e9be013e4
children dbc1d8bfc68a
line wrap: on
line diff
--- a/Framework/Volumes/ImageBuffer3D.cpp	Wed May 15 12:28:58 2019 +0200
+++ b/Framework/Volumes/ImageBuffer3D.cpp	Wed May 15 17:30:58 2019 +0200
@@ -118,8 +118,9 @@
   {
     LinearAlgebra::AssignVector(voxelDimensions_, 1, 1, 1);
 
-    LOG(INFO) << "Created an image of "
-              << (GetEstimatedMemorySize() / (1024ll * 1024ll)) << "MB";
+    LOG(INFO) << "Created a 3D image of size " << width << "x" << height
+              << "x" << depth << " in " << Orthanc::EnumerationToString(format)
+              << " (" << (GetEstimatedMemorySize() / (1024ll * 1024ll)) << "MB)";
   }