X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2Ffpa%2FImage%2FFunctors%2FRegionGrowAllBelongsFunction.h;h=8aef295874a7707fd566f95f29913e9570e7ef1e;hb=ee47805904ac406cd2433cd9a9a9eeec68d1fc6e;hp=362304fc07233a20c86d0be5db6834fa6e7266a6;hpb=015105c2f44abb80923a59adfb1a01713506744f;p=FrontAlgorithms.git diff --git a/lib/fpa/Image/Functors/RegionGrowAllBelongsFunction.h b/lib/fpa/Image/Functors/RegionGrowAllBelongsFunction.h index 362304f..8aef295 100644 --- a/lib/fpa/Image/Functors/RegionGrowAllBelongsFunction.h +++ b/lib/fpa/Image/Functors/RegionGrowAllBelongsFunction.h @@ -33,7 +33,7 @@ namespace fpa itkTypeMacro( RegionGrowAllBelongsFunction, itkImageFunction ); public: - virtual bool Evaluate( const TIndex& v ) const + virtual bool Evaluate( const TIndex& v ) const ITK_OVERRIDE { return( true ); } protected: