]> Creatis software - FrontAlgorithms.git/blobdiff - lib/fpa/Filters/Mori.hxx
...
[FrontAlgorithms.git] / lib / fpa / Filters / Mori.hxx
index 68048f1f1dd9b3e9e5c0b5bb6a3c4ca253b96f9b..e888172b9687addf863757ce4f1ac75026b9cce6 100644 (file)
@@ -157,6 +157,7 @@ Mori( )
   : Superclass( true )
 {
   this->SetOutsideValue( TOutputValue( 0 ) );
+  this->SetFillValue( TOutputValue( 0 ) );
   this->m_InsideValue = std::numeric_limits< TOutputValue >::max( );
   this->m_Predicate = TPredicate::New( );
   this->m_Predicate->StrictOff( );