X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=vv%2FvvSlicer.h;h=0246723ad1b69837694dccc6fd1b32b39cc13730;hb=42e5b2cf4f924502b5cc7dc4d4730fbef28e7a2c;hp=2a157d0da211468be6ae217f6c56e4d17beff20e;hpb=573d80d0f7a17607d2ee883c21c940c0ba020282;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();