]> Creatis software - clitk.git/blobdiff - vv/vvMainWindow.h
add "Remove All" landmarks
[clitk.git] / vv / vvMainWindow.h
index e308314c59620094e59ac7bb778856154089283c..6e5b0412d68e9ad339031d156dc4e2b48d520b62 100644 (file)
@@ -57,7 +57,8 @@ class vvMainWindow: public vvMainWindowBase,
   void AddOverlayImage(int index, std::vector<std::string> fileNames, vvImageReader::LoadedImageType type);
   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 AddLandmarks(int index, std::vector<std::string>);
+///Adds a mesh to a SlicerManager, with optional warping by vector field
   void AddContour(int image_index, vvMesh::Pointer contour, bool propagation);
   ///This is used to show an image when opened or computed
   void ShowLastImage();