X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FInterface_ManagerContour_NDimensions%2FwxContourViewPanel.h;h=59011577de3225012eadad1e7c8e0558595fffd3;hb=87001c540c1fbcdf21ea7f994d620c8341755848;hp=60d66f23de40d14d7a6a2087dc6822a639c149b0;hpb=a1a71313f5569279919f44fcc2a5ebbbea123057;p=creaContours.git diff --git a/lib/Interface_ManagerContour_NDimensions/wxContourViewPanel.h b/lib/Interface_ManagerContour_NDimensions/wxContourViewPanel.h index 60d66f2..5901157 100644 --- a/lib/Interface_ManagerContour_NDimensions/wxContourViewPanel.h +++ b/lib/Interface_ManagerContour_NDimensions/wxContourViewPanel.h @@ -295,6 +295,7 @@ class wxContourViewPanel : public wxPanel int GetX(); int GetY(); int GetZ(); + void SetXY(int x, int y); void Refresh(); @@ -345,6 +346,8 @@ class wxContourViewPanel : public wxPanel void changeDeep(); void setImageSlice(int z); + + private: //------------------------------------------------------------------------------------------------------------