X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fvtk%2Fsrc%2FbbvtkVecImageGaussianSmooth.cxx;h=689b9b14f3def9440e59e2c00ec08c8ad13a43a1;hb=d19c5512748aa8e2dd5c3d01d9ec680ded1f17ce;hp=33af404643cc8de4484d5722c58b5136f4856e9e;hpb=088ed2b7bdbe14eb85a7245afaa693ddb7a53a97;p=bbtk.git diff --git a/packages/vtk/src/bbvtkVecImageGaussianSmooth.cxx b/packages/vtk/src/bbvtkVecImageGaussianSmooth.cxx index 33af404..689b9b1 100644 --- a/packages/vtk/src/bbvtkVecImageGaussianSmooth.cxx +++ b/packages/vtk/src/bbvtkVecImageGaussianSmooth.cxx @@ -82,7 +82,15 @@ BBTK_BLACK_BOX_IMPLEMENTATION(VecImageGaussianSmooth,bbtk::AtomicBlackBox); for (i=0 ; iSetInput( bbGetInputIn()[i] ); +#else + vtkimagegaussiansmooth->SetInputData( bbGetInputIn()[i] ); +#endif + vtkimagegaussiansmooth->SetStandardDeviation( stdvX,stdvY, stdvZ ); vtkimagegaussiansmooth->Modified(); vtkimagegaussiansmooth->Update();