]> Creatis software - clitk.git/blobdiff - vv/vvSlicerManager.h
Consistent GetScalarComponentAsDouble with the one in vvSlicer
[clitk.git] / vv / vvSlicerManager.h
index 427289102e7e9a070279c8b666b269bbca05257f..5cca97c439d2ee45238c0bf72c6fb57cad549537 100644 (file)
@@ -189,6 +189,7 @@ class vvSlicerManager : public QObject {
   void PrevImage(int slicer);
   void LeftButtonReleaseEvent(int slicer);
   void VerticalSliderHasChanged(int slicer, int slice);
+  double GetScalarComponentAsDouble(vtkImageData *image, double X, double Y, double Z, int component=0);
 
 signals :
   void currentImageChanged(std::string id);