X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2Ffpa%2FImage%2FRegionGrowWithMultipleThresholds.h;h=5156b33dbd9bce73614bd7c28734fd4be82aa37b;hb=9f7b6541d030299dff60fb93caa4371f8f9825de;hp=b4c3e4e536480c084c1ba040fa3120c3918e99fc;hpb=972dd44060dfff40ba3daab899c6365445f6de7e;p=FrontAlgorithms.git diff --git a/lib/fpa/Image/RegionGrowWithMultipleThresholds.h b/lib/fpa/Image/RegionGrowWithMultipleThresholds.h index b4c3e4e..5156b33 100644 --- a/lib/fpa/Image/RegionGrowWithMultipleThresholds.h +++ b/lib/fpa/Image/RegionGrowWithMultipleThresholds.h @@ -30,7 +30,7 @@ namespace fpa typedef typename Superclass::TMembershipFunction TMembershipFunction; typedef typename Superclass::TFunctions TFunctions; - typedef std::set< TPixel > TThresholds; + typedef std::set< TPixel > TThresholds; typedef fpa::Image::Functors::RegionGrowThresholdFunction< I > TFunction; protected: @@ -55,9 +55,10 @@ namespace fpa RegionGrowWithMultipleThresholds( ); virtual ~RegionGrowWithMultipleThresholds( ); - virtual bool _UpdateResult( _TNode& n ); - virtual void _BeforeLoop( ); + virtual void _BeforeMainLoop( ); + virtual void _AfterMainLoop( ); virtual void _AfterLoop( ); + virtual bool _UpdateResult( _TNode& n ); private: RegionGrowWithMultipleThresholds( const Self& ); // Not impl.