X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2Ffpa%2FBase%2FRegionGrow.hxx;h=e7dba1fa3fbb6a7453846a2e00507352d5dec9d9;hb=6585142e69f2ff5e4fceb21320ab3795c3e82218;hp=b0beaf29db7e2fc38477df7a13f95474ec5b5bcb;hpb=91510d06bf1895f684f9f2f6508ab7d97154576d;p=FrontAlgorithms.git diff --git a/lib/fpa/Base/RegionGrow.hxx b/lib/fpa/Base/RegionGrow.hxx index b0beaf2..e7dba1f 100644 --- a/lib/fpa/Base/RegionGrow.hxx +++ b/lib/fpa/Base/RegionGrow.hxx @@ -1,6 +1,8 @@ #ifndef __fpa__Base__RegionGrow__hxx__ #define __fpa__Base__RegionGrow__hxx__ +#include + // ------------------------------------------------------------------------- template< class _TSuperclass > fpa::Base::RegionGrow< _TSuperclass >:: @@ -10,6 +12,9 @@ RegionGrow( ) m_OutsideValue( TOutput( 0 ) ) { this->m_InitResult = TOutput( 0 ); + this->SetGrowFunction( + fpa::Base::Functors::RegionGrow::Tautology< TVertex >::New( ) + ); } // -------------------------------------------------------------------------