]> Creatis software - clitk.git/blobdiff - tools/clitkImageConvertGenericFilter.h
Replace "itk::NumericTraits<PixelType>::Zero" with explicit initialisation (for macos)
[clitk.git] / tools / clitkImageConvertGenericFilter.h
index 20717144431725a5f793d061467e10f170dc61bb..8ffb360596833d0225c6b022cc9dd04711dc544d 100644 (file)
@@ -73,6 +73,7 @@ namespace clitk {
     std::string GetInputPixelTypeName() { return m_PixelTypeName; }
     std::string GetOutputPixelTypeName() { return mOutputPixelTypeName; }
     void SetOutputPixelType(std::string p) { mOutputPixelTypeName = p; }
+    void SetVV(bool b) { mVV = b; }
     bool IsWarningOccur() { return mWarningOccur; }
     std::string & GetWarning() { return mWarning; }
     void EnableDisplayWarning(bool b) { mDisplayWarning = b; }
@@ -92,6 +93,7 @@ namespace clitk {
     std::string mWarning;
     bool mWarningOccur;
     bool mDisplayWarning;
+    bool mVV;
 
   private:
     template <class InputImageType, bool isVector>