]> Creatis software - clitk.git/blobdiff - vv/vvMainWindow.h
new Airway filter (experimental)
[clitk.git] / vv / vvMainWindow.h
index d4f23b101702d3a1f23eb69006afa608d62559ca..23cded487b3ee98eceaafe5ea9fab1fad26dfd95 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, 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,7 @@ public slots:
   void ReloadImage();
   void OpenField();
   void SelectOverlayImage();
-  void AddFusionImage();
+  void SelectFusionImage();
 
   void SetVFProperty(int subsampling,int scale,int lut, int width);
   void SetOverlayProperty(int color);