]> Creatis software - bbtk.git/commitdiff
#3157 BBTK Feature New Normal - InvertCropBox Active
authorEduardo DAVILA <davila@localhost.localdomain>
Fri, 29 Dec 2017 14:08:52 +0000 (15:08 +0100)
committerEduardo DAVILA <davila@localhost.localdomain>
Fri, 29 Dec 2017 14:08:52 +0000 (15:08 +0100)
packages/vtk/src/bbvtkInversCrop.cxx

index df0e5db77a7fb89aca6abd724ed8710a079dd1cd..75d4e53e57574644639ce0b071309679adda11a4 100644 (file)
@@ -64,8 +64,6 @@ void InversCrop::Process()
                int j,k; 
                int px,py,pz;
 
-//             bbGetInputImageMove()->Modified();
-//             bbGetInputImageMove()->Update();
                bbGetInputImageMove()->GetWholeExtent(ext);
                int dimMoveX    = ext[1]-ext[0]+1;
                int dimMoveY    = ext[3]-ext[2]+1;