X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkImageConvertGenericFilter.h;h=8ffb360596833d0225c6b022cc9dd04711dc544d;hb=d2264227eb56300989795b8fd305cc3e1cfbe081;hp=20717144431725a5f793d061467e10f170dc61bb;hpb=b66c2eca0715f12fd1fc861234f4e784272ef79d;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