]> Creatis software - FrontAlgorithms.git/blobdiff - lib/fpa/Base/TreeExtractor.hxx
Experiments going well :-)
[FrontAlgorithms.git] / lib / fpa / Base / TreeExtractor.hxx
index cfeb17f887d428acd1364da91d5a689e36989545..7bad1ef78115ed1779c8841c3fdc4f5506d15720 100644 (file)
@@ -57,18 +57,18 @@ fpa::Base::TreeExtractor< A >::
 // -------------------------------------------------------------------------
 template< class A >
 void fpa::Base::TreeExtractor< A >::
-_BeforeLoop( )
+_BeforeMainLoop( )
 {
-  this->Superclass::_BeforeLoop( );
+  this->Superclass::_BeforeMainLoop( );
   this->m_Tree.clear( );
 }
 
 // -------------------------------------------------------------------------
 template< class A >
 void fpa::Base::TreeExtractor< A >::
-_AfterLoop( )
+_AfterMainLoop( )
 {
-  this->Superclass::_AfterLoop( );
+  this->Superclass::_AfterMainLoop( );
   
   // Prepare fronts graph using Floyd-Warshall
   unsigned long nSeeds = this->GetNumberOfSeeds( );