]> Creatis software - clitk.git/commitdiff
support for mha images
authorRomulo Pinho <pinho@lyon.fnclcc.fr>
Tue, 20 Sep 2011 16:47:52 +0000 (18:47 +0200)
committerRomulo Pinho <pinho@lyon.fnclcc.fr>
Tue, 20 Sep 2011 16:47:52 +0000 (18:47 +0200)
- another patch by Joël

vv/vvMainWindow.cxx
vv/vvSegmentationDialog.cxx
vv/vvToolStructureSetManager.cxx

index 1c2230f57160a8aa43e904f4e40734ed6233211a..596e6af969f9859f0520de3e3f70ab8eb61af613 100644 (file)
@@ -2200,6 +2200,7 @@ void vvMainWindow::SaveAs()
   OutputListeFormat.clear();
   if (dimension == 1) {
     OutputListeFormat.push_back(".mhd");
+    OutputListeFormat.push_back(".mha");
   }
   if (dimension == 2) {
     OutputListeFormat.push_back(".bmp");
index 53fd8d21a60f538b73b9ab9a10325360bac56360..888375eefbb2449001e80dd5300998298e421894 100644 (file)
@@ -513,20 +513,24 @@ void vvSegmentationDialog::Save()
     int dimension = mManager->GetDimension();
     if (dimension == 1) {
       OutputListeFormat.push_back(".mhd");
+      OutputListeFormat.push_back(".mha");
     }
     if (dimension == 2) {
       OutputListeFormat.push_back(".bmp");
       OutputListeFormat.push_back(".png");
       OutputListeFormat.push_back(".jpeg");
       OutputListeFormat.push_back(".tif");
+      OutputListeFormat.push_back(".mha");
       OutputListeFormat.push_back(".mhd");
       OutputListeFormat.push_back(".hdr");
       OutputListeFormat.push_back(".vox");
     } else if (dimension == 3) {
+      OutputListeFormat.push_back(".mha");
       OutputListeFormat.push_back(".mhd");
       OutputListeFormat.push_back(".hdr");
       OutputListeFormat.push_back(".vox");
     } else if (dimension == 4) {
+      OutputListeFormat.push_back(".mha");
       OutputListeFormat.push_back(".mhd");
     }
     QString Extensions = "AllFiles(*.*)";
index 151435faaf2c4d8f7f8480eaa79101029c431ba5..b4243596907338d5b1ccdff5ece3e6950a9e5a9f 100644 (file)
@@ -248,7 +248,7 @@ void vvToolStructureSetManager::OpenBinaryImage()
   mCurrentStructureSetActor = mStructureSetActorsList[index].data();
   mCurrentStructureSetIndex = index;
   // Open images
-  QString Extensions = "Images files ( *.mhd *.hdr *.his)";
+  QString Extensions = "Images files ( *.mha *.mhd *.hdr *.his)";
   Extensions += ";;All Files (*)";
   QStringList filename =
     QFileDialog::getOpenFileNames(this,tr("Open binary image"),