X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkImageConvertGenericFilter.h;h=8ffb360596833d0225c6b022cc9dd04711dc544d;hb=ae44f4ee8b435d62df3cb3e51f4cdfdf647f0feb;hp=20717144431725a5f793d061467e10f170dc61bb;hpb=bacc49dae8fbb11fc2cf9d78fcefa94691f9ebfe;p=clitk.git diff --git a/tools/clitkImageConvertGenericFilter.h b/tools/clitkImageConvertGenericFilter.h index 2071714..8ffb360 100644 --- a/tools/clitkImageConvertGenericFilter.h +++ b/tools/clitkImageConvertGenericFilter.h @@ -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