X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FInterface_ManagerContour_NDimensions%2FwxContourViewPanel.h;h=1ea6f2679af5a1a94340fc6952cd9ba0aa97d610;hb=refs%2Fheads%2Fvtk8itk4wx3-mingw64;hp=3e134a984796d68c63f56dd52bb8e5b93c6968ac;hpb=d8ae77db08ab2e951c0e984c20fc47b615744abb;p=creaContours.git diff --git a/lib/Interface_ManagerContour_NDimensions/wxContourViewPanel.h b/lib/Interface_ManagerContour_NDimensions/wxContourViewPanel.h index 3e134a9..1ea6f26 100644 --- a/lib/Interface_ManagerContour_NDimensions/wxContourViewPanel.h +++ b/lib/Interface_ManagerContour_NDimensions/wxContourViewPanel.h @@ -279,19 +279,19 @@ class wxContourViewPanel : public wxPanel * Gets the vertical concept name * @return _verticalConcept The name of the concept for setting at the vertical bar */ - std::string getVerticalConceptName( ); + std::string getVerticalConceptName( ); //------------------------------------------------------------------------------------------------------------ // Other functional methods //------------------------------------------------------------------------------------------------------------ - void getSpacing( double * spacing ); - wxVtkBaseView* getWxVtkBaseView(); - double getCurrentDeep(); - void SetVisibleAxis(bool ok); - int GetX(); - int GetY(); - int GetZ(); - void SetXY(int x, int y); - void Refresh(); + void getSpacing( double * spacing ); + wxVtkBaseView* getWxVtkBaseView(); + double getCurrentDeep(); + void SetVisibleAxis(bool ok); + int GetX(); + int GetY(); + int GetZ(); + void SetXY(int x, int y); + void Refresh(); //this method should be deleted @@ -321,6 +321,7 @@ class wxContourViewPanel : public wxPanel int getWindowLevel(); void onBrigthnessColorWindowLevel(int colorwindow,int windowlevel); void onInterpolation(bool interpolate); + void onShowTextContour(bool show); void onBeforeAfterContour(bool before, bool after); void GetPointsOfActualContour( std::vector *vecX, std::vector *vecY, std::vector *vecZ ); void changeImage(vtkImageData* img); @@ -358,8 +359,8 @@ private: bool _useHorizontalBar; wxEvtHandler *_eventHandler; - bool _before; - bool _after; + bool _showBeforeContour; + bool _showAfterContour; //EED