]> Creatis software - bbtk.git/blobdiff - packages/vtk/src/bbvtkVecImageGaussianSmooth.cxx
#3120 BBTK Bug New Normal - merge branch changestoITK3and4 FROM master
[bbtk.git] / packages / vtk / src / bbvtkVecImageGaussianSmooth.cxx
index a2ccc9a5f9a1eeb8425a5fbffcad9d84881c460d..33af404643cc8de4484d5722c58b5136f4856e9e 100644 (file)
@@ -84,6 +84,7 @@ BBTK_BLACK_BOX_IMPLEMENTATION(VecImageGaussianSmooth,bbtk::AtomicBlackBox);
                        vtkimagegaussiansmooth = vtkImageGaussianSmooth::New();
                        vtkimagegaussiansmooth->SetInput( bbGetInputIn()[i] );
                        vtkimagegaussiansmooth->SetStandardDeviation( stdvX,stdvY, stdvZ ); 
+                       vtkimagegaussiansmooth->Modified();
                        vtkimagegaussiansmooth->Update();
                        VecResult.push_back( vtkimagegaussiansmooth->GetOutput() );
                        VecVtkimagegaussiansmooth.push_back(vtkimagegaussiansmooth);