X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fvtk%2Fsrc%2FbbvtkImageGaussianSmooth.xml;h=f93a09ffae45b268de631fec5183e6bf8c5d0043;hb=333b90638d58e788efffee2c61da9e152016e292;hp=95e73cc12a4521c26c5cfda34b0f6fdf47c22962;hpb=f303df63e2a2e33d698c974858f288058d980ae4;p=bbtk.git diff --git a/packages/vtk/src/bbvtkImageGaussianSmooth.xml b/packages/vtk/src/bbvtkImageGaussianSmooth.xml index 95e73cc..f93a09f 100644 --- a/packages/vtk/src/bbvtkImageGaussianSmooth.xml +++ b/packages/vtk/src/bbvtkImageGaussianSmooth.xml @@ -1,6 +1,6 @@ - + laurent.guigues at creatis.insa-lyon.fr
Performs a gaussian convolution of the input image (bbfication of vtkImageGaussianSmooth)
@@ -9,47 +9,23 @@ vtkImageGaussianSmooth.h vtkImageData.h -vtkImageGaussianSmooth - - -Input image - - - -Output image - - - -Standard deviation in direction X - - - -Standard deviation in direction Y - - - -Standard deviation in direction Z - +vtkImageGaussianSmooth + + + + + +
-SetStandardDeviation(bbGetInputStdDevX(), 
-                     bbGetInputStdDevY(), 
-                     bbGetInputStdDevZ());
-Update();
+    bbGetVtkObject()->SetStandardDeviation(bbGetInputStdDevX(), 
+                     			bbGetInputStdDevY(), 
+                     			bbGetInputStdDevZ());
+    bbGetVtkObject()->Modified();
+    bbGetVtkObject()->Update();
 
+