X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvSlicer.h;h=4b7d1697d14c65d6cbd849ee4d5e4fb6d257e61a;hb=686056dfe2391eed76302af43b08d30791901965;hp=a2f77e955c3850f4c82bbdb8e12e104c528447dc;hpb=c135f9b390e2750d8248db5903753b94ca549623;p=clitk.git diff --git a/vv/vvSlicer.h b/vv/vvSlicer.h index a2f77e9..4b7d169 100644 --- a/vv/vvSlicer.h +++ b/vv/vvSlicer.h @@ -105,6 +105,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); void Render(); ///Sets the camera to fit the image in the window void ResetCamera();