]> Creatis software - creaMaracasVisu.git/commitdiff
*** empty log message ***
authorJuan Prieto <Juan.Prieto@creatis.insa-lyon.fr>
Mon, 4 May 2009 15:06:40 +0000 (15:06 +0000)
committerJuan Prieto <Juan.Prieto@creatis.insa-lyon.fr>
Mon, 4 May 2009 15:06:40 +0000 (15:06 +0000)
.project [new file with mode: 0644]
CMakeLists.txt
lib/maracasVisuLib/src/interface/wxWindows/widgets/wxMPRWidget.cxx
lib/maracasVisuLib/src/interface/wxWindows/widgets/wxMPRWidget.h
lib/maracasVisuLib/src/interface/wxWindows/widgets/wxMaracasIRMView.cxx

diff --git a/.project b/.project
new file mode 100644 (file)
index 0000000..6e71a95
--- /dev/null
+++ b/.project
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+       <name>creaMaracasVisu</name>
+       <comment></comment>
+       <projects>
+       </projects>
+       <buildSpec>
+       </buildSpec>
+       <natures>
+       </natures>
+</projectDescription>
index b901a232a963a5f8104ab571101d531d96b5ab06..7e13b12b3fa31339818ee3154435e3045acd6482 100644 (file)
@@ -46,7 +46,7 @@ SUBDIRS(lib)
 SUBDIRS(bbtk)
 SUBDIRS(install)
 
-INCLUDE_DIRECTORIES( ${PROJECT_SOURCE_DIR}/data/Icons )
+INCLUDE_DIRECTORIES( ${PROJECT_SOURCE_DIR}/Data/Icons )
 
 
 
index 37ff5bdda85bfe63b3e12747e58457dc0fc2f31e..f0a704039bb9b2eda1952b44bdbaa4f1d8d3607a 100644 (file)
@@ -3,8 +3,8 @@
   Program:   wxMaracas
   Module:    $RCSfile: wxMPRWidget.cxx,v $
   Language:  C++
-  Date:      $Date: 2009/05/04 07:35:42 $
-  Version:   $Revision: 1.11 $
+  Date:      $Date: 2009/05/04 15:06:42 $
+  Version:   $Revision: 1.12 $
 
   Copyright: (c) 2002, 2003
   License:
@@ -3782,7 +3782,7 @@ wxPanel* wxVtkMPR3DView::CreateControlPanel(wxWindow *parent)
        return _wxvtkmpr3DviewCntrlPanel;
 }
 //-------------------------------------------------------------------
-vtkMPR3DDataViewer* wxVtkMPR3DView::GetVtkMPR3DDataViewer()
+vtkMPR3DDataViewer* wxVtkMPR3DView::GetVtkMPR3DDataViewer() 
 {
        return _vtkmpr3Ddataviewer; 
 }
index f68276520bb1efd5f6d0ae237c07d0c060851c8d..986270a61fbc031875b4ccf24c09f93c8ef80d2f 100644 (file)
@@ -3,8 +3,8 @@
   Program:   wxMaracas
   Module:    $RCSfile: wxMPRWidget.h,v $
   Language:  C++
-  Date:      $Date: 2009/05/04 07:35:42 $
-  Version:   $Revision: 1.8 $
+  Date:      $Date: 2009/05/04 15:06:42 $
+  Version:   $Revision: 1.9 $
 
   Copyright: (c) 2002, 2003
   License:
@@ -544,8 +544,8 @@ public:
        void                            SetVtkMPR3DDataViewer( vtkMPR3DDataViewer *vtkmpr3Ddataviewer );
        wxPanel*                        CreateControlPanel(wxWindow *parent);
 
-       vtkMPR3DDataViewer* GetVtkMPR3DDataViewer()throw (char*);
-       wxVtk3DBaseView*        GetWxvtk3Dbaseview();
+       vtkMPR3DDataViewer* GetVtkMPR3DDataViewer();
+       wxVtk3DBaseView*        GetWxvtk3Dbaseview() throw (char*);
 
        void                            InitOrientationPointWidget(); 
 
index 4610a7b584d4a5ed29c0310b8ffed2ffbc74d156..9225874c8c3042b4afbc1ff138b6d69418f172e0 100644 (file)
@@ -3,8 +3,8 @@
   Program:   wxMaracas
   Module:    $RCSfile: wxMaracasIRMView.cxx,v $
   Language:  C++
-  Date:      $Date: 2009/05/04 07:35:42 $
-  Version:   $Revision: 1.6 $
+  Date:      $Date: 2009/05/04 15:06:42 $
+  Version:   $Revision: 1.7 $
 
   Copyright: (c) 2002, 2003
   License:
@@ -24,8 +24,8 @@
 #include <wx/colordlg.h>
 #include <wx/bmpbuttn.h>
 
-#include "OpenImage.xpm"
-#include "Color.xpm"
+#include <OpenImage.xpm>
+#include <Color.xpm>
 
 wxMaracasIRMView* wxMaracasIRMView::instance=NULL;