X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=registration%2FclitkConvertBLUTCoeffsToVFFilter.txx;h=da20e6b9879e310a37a4072467de76a77d551e78;hb=ef03fc34db849c864b1ae7f50c8442e125834f84;hp=9bda80f8ec0aa03d38b9031875955bc6fc5b584d;hpb=c91252d780814d0d771464cdbce0f0a2cf94e891;p=clitk.git diff --git a/registration/clitkConvertBLUTCoeffsToVFFilter.txx b/registration/clitkConvertBLUTCoeffsToVFFilter.txx index 9bda80f..da20e6b 100644 --- a/registration/clitkConvertBLUTCoeffsToVFFilter.txx +++ b/registration/clitkConvertBLUTCoeffsToVFFilter.txx @@ -107,7 +107,7 @@ namespace clitk // Mask typedef itk::ImageMaskSpatialObject MaskType; - typename MaskType::Pointer spatialObjectMask=NULL; + typename MaskType::Pointer spatialObjectMask=ITK_NULLPTR; if (!m_MaskFileName.empty()) { typedef itk::Image< unsigned char, BLUTCoefficientImageType::ImageDimension > ImageMaskType;