X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=common%2FclitkImageCommon.h;h=294c19a6212054c5a0be39f45a233d9a1de2e96a;hb=03c0a567e50d4b3dcdee11112b0a404789468857;hp=11bdb8f2efc46a9c807a3942637d84316a4f5b07;hpb=54b8c7f94d9e9bef840ba88a7b195b51960f8220;p=clitk.git diff --git a/common/clitkImageCommon.h b/common/clitkImageCommon.h index 11bdb8f..294c19a 100644 --- a/common/clitkImageCommon.h +++ b/common/clitkImageCommon.h @@ -17,15 +17,6 @@ ======================================================================-====*/ #ifndef CLITKIMAGECOMMON_H #define CLITKIMAGECOMMON_H -/** - ------------------------------------------------------------------- - * @file clitkImageCommon.h - * @author David Sarrut - * @date 07 Sep 2007 11:30:10 - - * @brief - - -------------------------------------------------------------------*/ // clitk #include "clitkCommon.h" @@ -103,6 +94,15 @@ namespace clitk { std::map > & mapOfLabelsAndWeights); + //-------------------------------------------------------------------- + template + bool HasSameSizeAndSpacing(typename ImageType1::ConstPointer A, + typename ImageType2::ConstPointer B); + + template + bool HasSameSizeAndSpacing(typename ImageType1::Pointer A, + typename ImageType2::Pointer B); + #include "clitkImageCommon.txx" } // end namespace