X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fvtk%2Fsrc%2FbbvtkImageGaussianSmooth.xml;h=c73c7fcc759dd2eef6a1df71be56c54d26fb198d;hb=f20ae088a62e2f70ee534678773a436e313ea984;hp=95e73cc12a4521c26c5cfda34b0f6fdf47c22962;hpb=f303df63e2a2e33d698c974858f288058d980ae4;p=bbtk.git diff --git a/packages/vtk/src/bbvtkImageGaussianSmooth.xml b/packages/vtk/src/bbvtkImageGaussianSmooth.xml index 95e73cc..c73c7fc 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,46 +9,20 @@ 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(), 
+bbGetVtkObject()->SetStandardDeviation(bbGetInputStdDevX(), 
                      bbGetInputStdDevY(), 
                      bbGetInputStdDevZ());
-Update();
+bbGetVtkObject()->Update();