X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvLandmarks.h;h=6bfe82e4469e22241599fcd13f821429c2a5dbd2;hb=a56f215a4841302d682fba51ad71e831aa501460;hp=29995c72978c6e7019fa27998cda7b5e4fcc0e95;hpb=765020625fbc092d283e221e36c83e60a1844cb7;p=clitk.git diff --git a/vv/vvLandmarks.h b/vv/vvLandmarks.h index 29995c7..6bfe82e 100644 --- a/vv/vvLandmarks.h +++ b/vv/vvLandmarks.h @@ -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);