X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FclitkImageToImageGenericFilter.h;h=90869c53d1af3e7500bcbc9fd331d756d528cebe;hb=058940b4508314ecc063b466f7da6f324a796826;hp=645fe9b550817305506013b3efa2af582be81ee9;hpb=48b30a6098fc37b059dcb37ada49584f459d1fbb;p=clitk.git diff --git a/common/clitkImageToImageGenericFilter.h b/common/clitkImageToImageGenericFilter.h index 645fe9b..90869c5 100644 --- a/common/clitkImageToImageGenericFilter.h +++ b/common/clitkImageToImageGenericFilter.h @@ -3,8 +3,8 @@ Program: clitk Module: $RCSfile: clitkImageToImageGenericFilter.h,v $ Language: C++ - Date: $Date: 2010/01/29 13:53:15 $ - Version: $Revision: 1.3 $ + Date: $Date: 2010/02/03 13:08:52 $ + Version: $Revision: 1.4 $ Author : Joel Schaerer David Sarrut @@ -40,6 +40,7 @@ #include #include #include +#include namespace clitk { @@ -115,8 +116,8 @@ namespace clitk { std::vector mInputVVImages; std::vector mOutputVVImages; - std::vector mListOfAllowedPixelType; - std::vector mListOfAllowedDimension; + std::set mListOfAllowedPixelTypes; + std::set mListOfAllowedDimensions; bool CheckImageType(); bool CheckDimension(); bool CheckPixelType();