]> Creatis software - FrontAlgorithms.git/blobdiff - lib/fpa/Image/RegionGrowWithMultipleThresholds.h
Experiments going well :-)
[FrontAlgorithms.git] / lib / fpa / Image / RegionGrowWithMultipleThresholds.h
index b4c3e4e536480c084c1ba040fa3120c3918e99fc..5156b33dbd9bce73614bd7c28734fd4be82aa37b 100644 (file)
@@ -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.