]> Creatis software - creaBruker.git/blobdiff - lib/src1/bruker2dicom.h
Create 'Patient' directory + 'Study' directory
[creaBruker.git] / lib / src1 / bruker2dicom.h
index 0199ec02cc804e9c4515f70b49d5b9c0ad79c3f8..7e54ce36565e20acd0be0786a06016ce4017beb7 100644 (file)
@@ -30,10 +30,10 @@ public:
 */
   ~Bruker2Dicom (){};
 
-  void SetInputDirectory (const std::string &i) { InputDirName  = i;  }
-  void SetOutputDirectory(const std::string &o) { OutputDirName = o;  }
-  void SetConvertModeToDicom()                  { dicom = 1; mhd  = 0;}
-  void SetConvertModeToMhd()                    { dicom = 0; mhd  = 1;}  
+  void SetInputDirectory (const std::string &i) { InputDirName   = i;}
+  void SetOutputDirectory(const std::string &o) { OutputDirName  = o;}
+  void SetConvertModeToDicom()                  { dicom = 1; mhd = 0;}
+  void SetConvertModeToMhd()                    { dicom = 0; mhd = 1;}  
   bool Execute();
   
   /*