]> Creatis software - clitk.git/blobdiff - vv/vvSlicer.h
1/ some minor changes for compilation under windows / VC++ 2010 Express
[clitk.git] / vv / vvSlicer.h
index a738a788b192db47fb40859f233b5e31853a8569..793b5f38bba477c6ea96e83ec917af186496a785 100644 (file)
@@ -20,6 +20,9 @@
 #include <iostream>
 #include <vector>
 
+#include <QString> //TODO delete
+#include <QMessageBox>
+
 #include "vvLandmarks.h"
 #include "vvImage.h"
 #include "vvMesh.h"
@@ -98,6 +101,9 @@ public:
 
   void SetLandmarks(vvLandmarks* landmarks);
   void SetTSlice(int t);
+
+  void SetFusionSequenceTSlice(int t);
+
   void SetSliceOrientation(int orientation);
   void AdjustResliceToSliceOrientation(vtkImageReslice *reslice);
   int GetTSlice();