]> Creatis software - creaMaracasVisu.git/commitdiff
*** empty log message ***
authorEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Wed, 12 Oct 2011 09:50:31 +0000 (09:50 +0000)
committerEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Wed, 12 Oct 2011 09:50:31 +0000 (09:50 +0000)
bbtk/src/bbmaracasvisuImageChangeInformation.cxx

index ce368cc999663effa404d2b3d070be162d38ade4..7837d67e2ed56898ad62708f811b2cf08d304059 100644 (file)
@@ -18,8 +18,9 @@ void ImageChangeInformation::Process()
                img->GetExtent( ext );                          
                mchange->SetInput( img );
                mchange->SetExtentTranslation( -ext[0], -ext[2], -ext[4] );
+               mchange->SetOutputOrigin (0, 0, 0);
                mchange->Update();    //important
-
+               
                bbSetOutputOut( mchange->GetOutput() );
        }