X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvSlicer.h;h=0246723ad1b69837694dccc6fd1b32b39cc13730;hb=9983384fdd6b9ac0a9cc8de007884826157c9d00;hp=2a157d0da211468be6ae217f6c56e4d17beff20e;hpb=368f7b2069ff80f3a664d5325020292a685ca781;p=clitk.git diff --git a/vv/vvSlicer.h b/vv/vvSlicer.h index 2a157d0..0246723 100644 --- a/vv/vvSlicer.h +++ b/vv/vvSlicer.h @@ -107,7 +107,7 @@ public: void SetDisplayMode(bool i); void FlipHorizontalView(); void FlipVerticalView(); - static double GetScalarComponentAsDouble(vtkImageData *image, int X, double Y, double Z, int &ix, int &iy, int &iz, int component=0); + static double GetScalarComponentAsDouble(vtkImageData *image, double X, double Y, double Z, int &ix, int &iy, int &iz, int component=0); void Render(); ///Sets the camera to fit the image in the window void ResetCamera();