]> Creatis software - creaMaracasVisu.git/commitdiff
\ No newline at end of file
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Mon, 8 Feb 2010 15:17:54 +0000 (15:17 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Mon, 8 Feb 2010 15:17:54 +0000 (15:17 +0000)
lib/maracasVisuLib/src/CutModule/kernel/CutModelManager.cxx
lib/maracasVisuLib/src/interface/wxWindows/widgets/OpenImageDialog.h
lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkMPR3DDataViewer.cxx
lib/maracasVisuLib/src/interface/wxWindows/widgets/wxMaracasDialog_NViewers.cpp
lib/maracasVisuLib/src/interface/wxWindows/widgets/wxMaracasDialog_NViewers.h
lib/maracasVisuLib/src/interface/wxWindows/widgets/wxMaracasRenderTabbedPanel.h

index af045359d32058b33fd2267f9365835c584f693f..9cec5c6fefa0bd524b55ade0166508cae0e3265a 100644 (file)
@@ -3,8 +3,8 @@
   Program:   wxMaracas
   Module:    $RCSfile: CutModelManager.cxx,v $
   Language:  C++
-  Date:      $Date: 2009/12/08 13:42:39 $
-  Version:   $Revision: 1.5 $
+  Date:      $Date: 2010/02/08 15:20:22 $
+  Version:   $Revision: 1.6 $
 
   Copyright: (c) 2002, 2003
   License:
@@ -286,7 +286,6 @@ int CutModelManager::Undo() throw( CutModelException){
 int CutModelManager::Redo()    throw( CutModelException){
 
        if(_currentaction >= 0 && _currentaction < _undoredo.size()){
-               
 
                CutModelSaveBinInfo* currentundo = _undoredo[_currentaction];
                CutModelData* currentmodel;
@@ -305,4 +304,4 @@ int CutModelManager::Redo() throw( CutModelException){
                return 0;
        }
        return -1;
-}
\ No newline at end of file
+}
index 1b7010605774b27103acf57a91c5948cab42b702..a720dfe3698119d741101eeaa8c72341792c4964 100644 (file)
@@ -12,14 +12,12 @@ class creaMaracasVisu_EXPORT OpenImageDialog {
 public:
        OpenImageDialog();
        ~OpenImageDialog();
-       
 
        vtkImageData* getImageData();
 protected:
 
 private:
        vtkImageData* img;
-       
 };
 
 }
index 3e3642d66ed466ce74f6f86e3ce486c739c58047..8c369ffc6a05c636920e149108988607deb0cd9b 100644 (file)
@@ -337,4 +337,5 @@ void vtkMPR3DDataViewer::setColorTransferFunction(vtkColorTransferFunction* colo
        _saggitalColors->SetLookupTable(colortable);
         _coronalColors->SetLookupTable(colortable);
        _axialColors->SetLookupTable(colortable);
-}
\ No newline at end of file
+}
+
index 33175063dc4a2e3ef8e2affcd0560c7a67e744fc..d509c61b8384f115e9975ac1db1db5dfc4250475 100644 (file)
@@ -66,4 +66,4 @@ void wxMaracasDialog_NViewers::OnDClickLeft(wxCommandEvent & event)
 wxMaracas_N_ViewersWidget* wxMaracasDialog_NViewers::getViewer()
 {
        return viewer;
-}
\ No newline at end of file
+}
index 442fc1a482a3f8555a36bd17ba94c86271f6efca..7654264cf78c8840869efe34b5ff3f57270090f1 100644 (file)
@@ -17,11 +17,11 @@ class wxMaracasDialog_NViewers : public wxFrame{
                wxMaracas_N_ViewersWidget* getViewer();
 
        private:
-               wxMaracas_N_ViewersWidget*      viewer;
-               CutModelMainPanel*                      cutter;
+               wxMaracas_N_ViewersWidget*  viewer;
+               CutModelMainPanel*          cutter;
 
-               std::vector<int>                        point;
+               std::vector<int>            point;
        
        DECLARE_EVENT_TABLE( );
 
-};
\ No newline at end of file
+};
index cad417a955643f822a3b3c0e65ed038578718dad..3dd2a336f045e9805068e2a0f239c9a8f4db22d6 100644 (file)
@@ -94,4 +94,5 @@ private:
        DECLARE_EVENT_TABLE( );
 };
 
-#endif /*wxMaracasMultipleVolumeRendererPanel_H_*/
\ No newline at end of file
+#endif /*wxMaracasMultipleVolumeRendererPanel_H_*/
+