]> Creatis software - clitk.git/blobdiff - vv/vvMainWindow.h
Parsing fusion image from command line
[clitk.git] / vv / vvMainWindow.h
index d4f23b101702d3a1f23eb69006afa608d62559ca..27c0861d2958b635e7f2e483eb2ec42ca454b2fe 100644 (file)
@@ -48,6 +48,7 @@ class vvMainWindow: public vvMainWindowBase,
   vvSlicerManager * AddImage(vvImage::Pointer image,std::string filename);
   void AddField(QString file,int index);
   void AddOverlayImage(int index, QString filename);
+  void AddFusionImage(int index=-1, QString filename="");
   void AddROI(int index, QString filename);
   ///Adds a mesh to a SlicerManager, with optional warping by vector field
   void AddContour(int image_index, vvMesh::Pointer contour, bool propagation);
@@ -132,7 +133,6 @@ public slots:
   void ReloadImage();
   void OpenField();
   void SelectOverlayImage();
-  void AddFusionImage();
 
   void SetVFProperty(int subsampling,int scale,int lut, int width);
   void SetOverlayProperty(int color);