X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvLandmarks.h;h=6bfe82e4469e22241599fcd13f821429c2a5dbd2;hb=2ce17c8234462831fc6f427faa37a7c9daf93d3b;hp=29995c72978c6e7019fa27998cda7b5e4fcc0e95;hpb=573d80d0f7a17607d2ee883c21c940c0ba020282;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);