X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FclitkImageCommon.h;h=294c19a6212054c5a0be39f45a233d9a1de2e96a;hb=baf356cd7288256b3b69557223107c6ebdfdca73;hp=e320e16cf5128461b7c3526ec248b4aaad6323ba;hpb=0b7c9b1e1215634b02cbd38d4e4ba101d6111ba8;p=clitk.git diff --git a/common/clitkImageCommon.h b/common/clitkImageCommon.h index e320e16..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" @@ -52,6 +43,11 @@ namespace clitk { template typename itk::Image::Pointer NewImage4D(int sx, int sy, int sz, int st, double dx=1.0, double dy=1.0, double dz=1.0, double dt=1.0); + template + typename ImageType::Pointer NewImageLike(const typename ImageType::Pointer input, bool allocate=true); + + template + void CopyValues(const typename ImageType::Pointer input, typename ImageType::Pointer output); //-------------------------------------------------------------------- // New Image creation (with allocation) @@ -98,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