X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2Fwidgets%2FwxMaracas_ViewerWidget.h;h=57b9ccf9983213617518cc418f8b90caef93106f;hb=3eef3f302abd6996a4eaebb0536770bca9bf428d;hp=77a37edf9d9f6c8f07611d648c960c963a8831cc;hpb=6e940f8b87d85a90438f01d56c3c6c92da2bc14a;p=creaMaracasVisu.git diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxMaracas_ViewerWidget.h b/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxMaracas_ViewerWidget.h index 77a37ed..57b9ccf 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxMaracas_ViewerWidget.h +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxMaracas_ViewerWidget.h @@ -3,8 +3,8 @@ Program: wxMaracas Module: $RCSfile: wxMaracas_ViewerWidget.h,v $ Language: C++ - Date: $Date: 2009/07/27 07:58:20 $ - Version: $Revision: 1.7 $ + Date: $Date: 2010/10/29 07:51:06 $ + Version: $Revision: 1.10 $ Copyright: (c) 2002, 2003 License: @@ -24,6 +24,7 @@ // For compilers that support precompilation, includes . // ----------------------------------------------------------------------------------------------------------- #include + #ifdef __BORLANDC__ #pragma hdrstop #endif @@ -45,7 +46,6 @@ // Class definition //------------------------------------------------------------------------------------------------------------ - class wxMaracas_ViewerWidget : public wxPanel { public: @@ -77,6 +77,10 @@ //------------------------------------------------------------------------------------------------------------ void setColorTransferFunction(vtkColorTransferFunction* colortable); + + void setWindowLevel(double level); + + void setColorLevel(double level); private: int mType; @@ -96,8 +100,7 @@ wxVtkMPR3DView *mwxvtkmpr3Dview; - vtkMPR3DDataViewer *vtkmpr3Ddataviewer; - + vtkMPR3DDataViewer *vtkmpr3Ddataviewer; };