X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkRTStructStatisticsGenericFilter.txx;h=d658e2b7f965c49b7e307f2665db55c347793d3f;hb=f05cc2cf37d7ec960b73fa9d2393d5a888e1f87a;hp=9418ac529e0274c9a78e022a5ada44fb755e608a;hpb=a9d632132fa5c0da47d7b3079ccca9d673381a1e;p=clitk.git diff --git a/tools/clitkRTStructStatisticsGenericFilter.txx b/tools/clitkRTStructStatisticsGenericFilter.txx index 9418ac5..d658e2b 100644 --- a/tools/clitkRTStructStatisticsGenericFilter.txx +++ b/tools/clitkRTStructStatisticsGenericFilter.txx @@ -70,7 +70,7 @@ void RTStructStatisticsGenericFilter::UpdateWithInputImageType() { // Read mask input typedef itk::Image MaskInputImageType; - typename MaskInputImageType::Pointer mask = NULL; + typename MaskInputImageType::Pointer mask; mask = this->template GetInput(0); //Create the Shape Label Map from the mask