]> Creatis software - clitk.git/blobdiff - vv/vvLandmarks.h
Cosmetic
[clitk.git] / vv / vvLandmarks.h
index 29995c72978c6e7019fa27998cda7b5e4fcc0e95..6bfe82e4469e22241599fcd13f821429c2a5dbd2 100644 (file)
@@ -43,6 +43,7 @@ public :
 
     void AddLandmark(float x,float y,float z,float t,double value);
     void RemoveLastLandmark();
+    void RemoveLandmark(int index);
     void ChangeComments(int index, std::string comments);
     float* GetCoordinates(int index);
     double GetPixelValue(int index);