X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FInterface_ManagerContour_NDimensions%2FwxContourViewPanel.h;h=ecc5c9721fc4e932c661019c0325cc58301cc756;hb=28671ae02163f2b674da599a98a128f58dfead88;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..ecc5c97 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__ @@ -307,7 +332,7 @@ class wxContourViewPanel : public wxPanel {// public wxScrolledWindow { vtkImageData* getImageData(); - void configureViewControlTo(std::string theName,manualContourModel* manModelContour,double* spc,int typeofcontour); + void configureViewControlTo(std::string theName,manualBaseModel* manModelContour,double* spc,int typeofcontour); int GetImageDataSizeZ(); @@ -335,39 +360,33 @@ 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; + mBarRange *_horizontalBar; + vtkImageData *showingVID; + std::string _verticalConceptName; + std::string _horizontalConceptName; + double last_spacing[3]; + bool _useVerticalBar; + bool _useHorizontalBar; - double last_spacing[3]; - - bool _useVerticalBar; - - bool _useHorizontalBar; - - wxEvtHandler * _eventHandler; + wxEvtHandler *_eventHandler; //EED