]> Creatis software - FrontAlgorithms.git/blobdiff - lib/fpa/Filters/RegionGrow.hxx
...
[FrontAlgorithms.git] / lib / fpa / Filters / RegionGrow.hxx
index 50ae38d27fd4aa68f1c7fd77138ff387bfd5dc5d..80283769370f9362a4a8d583a3e5d7d85e453408 100644 (file)
@@ -62,6 +62,7 @@ RegionGrow( )
   : Superclass( false )
 {
   this->SetOutsideValue( TOutputValue( 0 ) );
+  this->SetFillValue( TOutputValue( 0 ) );
   this->m_InsideValue = std::numeric_limits< TOutputValue >::max( );
   this->SetPredicate(
     fpa::Functors::RegionGrow::Tautology< TInputValue >::New( )