X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=registration%2FclitkConvertBLUTCoeffsToVFFilter.txx;h=da20e6b9879e310a37a4072467de76a77d551e78;hb=e751b47051ae80ecd388418ae39b388f15e627eb;hp=9bda80f8ec0aa03d38b9031875955bc6fc5b584d;hpb=c04a50a5ebb1e8f6e50e737725ded6fae58345fa;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;