]> Creatis software - clitk.git/blobdiff - vv/vvLandmarks.h
Add clitkMergeRootFiles
[clitk.git] / vv / vvLandmarks.h
index cd564dc1c8aced4cab057d5f148931b75612451b..7920d6f9357787b3ccea6ff27b2e80214a4932d1 100644 (file)
@@ -45,6 +45,8 @@ public :
     void AddLandmark(float x,float y,float z,float t,double value);
     void RemoveLastLandmark();
     void RemoveLandmark(int index);
+    void RemoveAll();
+    
     void ChangeComments(int index, std::string comments);
     float* GetCoordinates(int index);
     double GetPixelValue(int index);