]> Creatis software - clitk.git/blobdiff - tools/clitkImageConvertGenericFilter.h
Add 2 options to clitkImage2Dicom
[clitk.git] / tools / clitkImageConvertGenericFilter.h
index aa8b2ba64b69496ee2580bc77f3ef3383bd5542b..4f1a10031db0123b4ec7295f0ae19b6fe7dd98f5 100644 (file)
@@ -74,6 +74,7 @@ namespace clitk {
     std::string GetOutputPixelTypeName() { return mOutputPixelTypeName; }
     void SetOutputPixelType(std::string p) { mOutputPixelTypeName = p; }
     void SetVV(bool b) { mVV = b; }
+    void SetNoNiiMeta(bool b) { mNoNiiMeta = b; }
     bool IsWarningOccur() { return mWarningOccur; }
     std::string & GetWarning() { return mWarning; }
     void EnableDisplayWarning(bool b) { mDisplayWarning = b; }
@@ -95,6 +96,7 @@ namespace clitk {
     bool mWarningOccur;
     bool mDisplayWarning;
     bool mVV;
+    bool mNoNiiMeta;
     bool mCorrectNegativeSpacingFlag;
 
   private: