X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fvtk%2Fsrc%2FbbvtkVecImageGaussianSmooth.cxx;h=33af404643cc8de4484d5722c58b5136f4856e9e;hb=6827eadc2157e47cc354282c7992fe052e6b5ca0;hp=a2ccc9a5f9a1eeb8425a5fbffcad9d84881c460d;hpb=cfad95b6e08e6e53846ffcda7fbc5932065f2c47;p=bbtk.git diff --git a/packages/vtk/src/bbvtkVecImageGaussianSmooth.cxx b/packages/vtk/src/bbvtkVecImageGaussianSmooth.cxx index a2ccc9a..33af404 100644 --- a/packages/vtk/src/bbvtkVecImageGaussianSmooth.cxx +++ b/packages/vtk/src/bbvtkVecImageGaussianSmooth.cxx @@ -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);