X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FclitkCommon.h;h=e3145b1d840425812feef4f2a6f4773c7073b90e;hb=60d23fcd357696aa97aa4a6ebb96fa807f693613;hp=f36894652b45a002d61103b677c72cd4e69b613a;hpb=1df2c8867c511818511bbd2b0be560325a4944c5;p=clitk.git diff --git a/common/clitkCommon.h b/common/clitkCommon.h index f368946..e3145b1 100644 --- a/common/clitkCommon.h +++ b/common/clitkCommon.h @@ -20,8 +20,9 @@ #define CLITKCOMMON_H // clitk include -#include "clitkConfiguration.h" #include "clitkPortability.h" +#include "clitkDD.h" +#include "clitkExceptionObject.h" // itk include (include std) #include @@ -29,6 +30,8 @@ #include #include +#include + //-------------------------------------------------------------------- namespace clitk { @@ -36,11 +39,6 @@ namespace clitk { typedef unsigned short ushort; typedef unsigned int uint; - //-------------------------------------------------------------------- - // display -#define DD(a) std::cout << #a " = [ " << a << " ]" << std::endl; -#define DDV(a,n) { std::cout << #a " = [ "; for(unsigned int _i_=0; _i_