]> Creatis software - clitk.git/commitdiff
Removed debug stuff
authorsrit <srit>
Tue, 29 Mar 2011 09:21:43 +0000 (09:21 +0000)
committersrit <srit>
Tue, 29 Mar 2011 09:21:43 +0000 (09:21 +0000)
vv/vvToolStructureSetManager.cxx

index 502514d2e1ee82eef530ebdc8fbfe80e546d2c68..6440a75ca0458587f8c5e843601ac32396e21dd2 100644 (file)
@@ -261,10 +261,10 @@ void vvToolStructureSetManager::OpenBinaryImage()
       return;
     }
     vvImage::Pointer binaryImage = reader->GetOutput();
-    //AddImage(binaryImage, filename[i].toStdString(), mBackgroundValueSpinBox->value());
+    AddImage(binaryImage, filename[i].toStdString(), mBackgroundValueSpinBox->value());
     mOpenedBinaryImage.push_back(binaryImage);
   }
-DD(mOpenedBinaryImage.back()->GetOrigin()[0]);
+
   UpdateImage();
 }
 //------------------------------------------------------------------------------