]> Creatis software - FrontAlgorithms.git/blobdiff - lib/fpa/Filters/Image/Interface.hxx
...
[FrontAlgorithms.git] / lib / fpa / Filters / Image / Interface.hxx
index 2ea6e03e732e9ab82fdf31c013d7b3fb4310f71a..aaafad2be177a35bb51ef43db7e16644d4f8c2ef 100644 (file)
@@ -45,7 +45,7 @@ _ConfigureOutputs( )
   out->SetOrigin( in->GetOrigin( ) );
   out->SetDirection( in->GetDirection( ) );
   out->Allocate( );
-  out->FillBuffer( this->GetInitValue( ) );
+  out->FillBuffer( this->GetFillValue( ) );
 
   TMarksImage* marks = this->GetMarks( );
   marks->SetLargestPossibleRegion( in->GetLargestPossibleRegion( ) );