]> Creatis software - clitk.git/blobdiff - vv/vvToolSegmentation.h
Update Landmark coordinates with transformation matrix
[clitk.git] / vv / vvToolSegmentation.h
index 7ba8d5cc73555d43b7b0cfec47b5d1735f8101fd..25bf6d018ba19ae57c943ed0c6564c7034671021 100644 (file)
@@ -18,6 +18,7 @@
 #ifndef VVTOOLSEGMENTATION_H
 #define VVTOOLSEGMENTATION_H
 
+#include <QtGlobal>
 #include <QtDesigner/QDesignerExportWidget>
 
 #include "vvToolBase.h"
@@ -73,7 +74,8 @@ class vvToolSegmentation:
   QSharedPointer<vvROIActor> CreateMaskActor(vvImage::Pointer image, int i, int colorID, bool BGMode=false);
   
   double mCurrentLabelUnderMousePointer;
-  std::vector<double> mCurrentMousePosition;
+  std::vector<double> mCurrentMousePositionInMM;
+  //std::vector<double> mCurrentMousePositionInPixel;
   double GetBackgroundValue() { return 0; }
   double GetForegroundValue() { return 1; }
   long ComputeNumberOfPixels(vvImage::Pointer image, double value);