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=660df4fdc86b88a00fdc6b6bfaff9a34ba1d2f59;hpb=e12b7f2166c9aeae510907210c450d7044a6a352;p=creaContours.git diff --git a/lib/Interface_ManagerContour_NDimensions/wxContourViewPanel.h b/lib/Interface_ManagerContour_NDimensions/wxContourViewPanel.h index 660df4f..1ea6f26 100644 --- a/lib/Interface_ManagerContour_NDimensions/wxContourViewPanel.h +++ b/lib/Interface_ManagerContour_NDimensions/wxContourViewPanel.h @@ -1,3 +1,28 @@ +/*# --------------------------------------------------------------------- +# +# Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image +# pour la Sant�) +# Authors : Eduardo Davila, Frederic Cervenansky, Claire Mouton +# Previous Authors : Laurent Guigues, Jean-Pierre Roux +# CreaTools website : www.creatis.insa-lyon.fr/site/fr/creatools_accueil +# +# This software is governed by the CeCILL-B license under French law and +# abiding by the rules of distribution of free software. You can use, +# modify and/ or redistribute the software under the terms of the CeCILL-B +# license as circulated by CEA, CNRS and INRIA at the following URL +# http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html +# or in the file LICENSE.txt. +# +# As a counterpart to the access to the source code and rights to copy, +# modify and redistribute granted by the license, users are provided only +# with a limited warranty and the software's author, the holder of the +# economic rights, and the successive licensors have only limited +# liability. +# +# The fact that you are presently reading this means that you have had +# knowledge of the CeCILL-B license and that you accept its terms. +# ------------------------------------------------------------------------ */ + #ifndef __wxContourViewPaneL_h_INCLUDED_H__ #define __wxContourViewPaneL_h_INCLUDED_H__ @@ -50,34 +75,24 @@ ViewPanel.h */ // Class definition //------------------------------------------------------------------------------------------------------------ -class wxContourViewPanel : public wxPanel {// public wxScrolledWindow { - +class wxContourViewPanel : public wxPanel +{ public: - //------------------------------------------------------------------------------------------------------------ // Constructors & Destructors //------------------------------------------------------------------------------------------------------------ - wxContourViewPanel( vtkImageData * theShowingImage, wxWindow *parent, const wxPoint& pos=wxDefaultPosition, const wxSize& size = wxDefaultSize,long style= wxDEFAULT_FRAME_STYLE | wxSUNKEN_BORDER, int vertStart=1, int vertEnd=1, int horzStart=1, int horzEnd=1 ); - ~wxContourViewPanel(); - //------------------------------------------------------------------------------------------------------------ // Creational and initialization methods //------------------------------------------------------------------------------------------------------------ - void setWxEventHandler( wxEvtHandler * theEventHandler ); - void createHorizontalBar(int horzStart, int horzEnd); - void createVerticalBar(int vertStart, int vertEnd); - void createViewPanel(); - //------------------------------------------------------------------------------------------------------------ // Methods for capturing events from the horizontal bar //------------------------------------------------------------------------------------------------------------ - /** * Handles the event wxEVT_TSBAR from the horizontal bar */ @@ -264,23 +279,19 @@ class wxContourViewPanel : public wxPanel {// public wxScrolledWindow { * 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 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 @@ -297,77 +308,59 @@ class wxContourViewPanel : public wxPanel {// public wxScrolledWindow { void onStopCreateROI (wxCommandEvent& event); void onChangedDeep (wxCommandEvent& event); void onActionButtonPressed(wxCommandEvent& event); - void removeSceneContours(); void addNameWrapperToScene(); - std::vector getSelectedObjects(); - void RefreshInterface(); - vtkImageData* getImageData(); - - void configureViewControlTo(std::string theName,manualContourModel* manModelContour,double* spc,int typeofcontour); - - int GetImageDataSizeZ(); - + void configureViewControlTo(std::string theName,manualBaseModel* manModelContour,double* spc,int typeofcontour); + int GetImageDataSizeZ(); void GetImageDataRange(double *range); - void SetWidthContour(double width ); - - int getColorWindow(); - - int getWindowLevel(); - + int getColorWindow(); + 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); - void changeDeep(); - void setImageSlice(int z); -private: - + +private: //------------------------------------------------------------------------------------------------------------ // Attributtes //------------------------------------------------------------------------------------------------------------ - wxVtkBaseView_SceneManager* _sceneManager; + wxVtkBaseView_SceneManager *_sceneManager; /* * Represents the outer sizer of the ContourViewPanel */ - wxFlexGridSizer* outSizer; + wxFlexGridSizer *outSizer; /* * Represents the panel for viewing */ - wxMaracas_N_ViewersWidget * theViewPanel; + wxMaracas_N_ViewersWidget *theViewPanel; /* * Represents the vertical barrange */ - mBarRange * _verticalBar; + mBarRange *_verticalBar; /* * Represents the horizontal barrange */ - mBarRange * _horizontalBar; - - vtkImageData * showingVID; - - std::string _verticalConceptName; - - std::string _horizontalConceptName; - - double last_spacing[3]; - - bool _useVerticalBar; - - bool _useHorizontalBar; - - wxEvtHandler * _eventHandler; + mBarRange *_horizontalBar; + vtkImageData *showingVID; + std::string _verticalConceptName; + std::string _horizontalConceptName; + double last_spacing[3]; + bool _useVerticalBar; + bool _useHorizontalBar; + + wxEvtHandler *_eventHandler; + bool _showBeforeContour; + bool _showAfterContour; //EED @@ -377,7 +370,7 @@ private: - wxVtkMPR2DView * GetwxVtkMPR2DView(); + wxVtkMPR2DView *GetwxVtkMPR2DView(); // DECLARE_CLASS(wxContourViewPanel)