]> Creatis software - creaMaracasVisu.git/commitdiff
#3570 refresh optimization vtkBaseView ColorLayer
authoreduardo.davila@creatis.insa-lyon.fr <eduardo.davila@creatis.insa-lyon.fr>
Fri, 3 Jan 2025 11:39:05 +0000 (12:39 +0100)
committereduardo.davila@creatis.insa-lyon.fr <eduardo.davila@creatis.insa-lyon.fr>
Fri, 3 Jan 2025 11:39:05 +0000 (12:39 +0100)
lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtkBaseView.cxx

index 81e2caaf83d97e8532e430f6ca2292b6b02f574c..0a7887531994bc62cbc69eb7558eb727a1dd154b 100644 (file)
 #  knowledge of the CeCILL-B license and that you accept its terms.
 # ------------------------------------------------------------------------ */
 
-
-
 //#include "vtkInteractorStyleBaseView.h"
 
 #include "wxVtkBaseView.h"
 #include "wxVtk2DBaseView.h"
 #include "wxVTKRenderWindowInteractorPlus.h"
 
-#include <execinfo.h>
-#include <stdio.h>
-#include <stdlib.h>
-
-
 wxVtkBaseView::wxVtkBaseView()
 {
        _parent                         = NULL;
@@ -44,7 +37,6 @@ wxVtkBaseView::wxVtkBaseView()
 }
 
 //-------------------------------------------------------------------
-
 wxVtkBaseView::wxVtkBaseView(wxWindow *parent,bool TDxWindow)
 {
        _parent                         = parent;
@@ -56,9 +48,6 @@ wxVtkBaseView::wxVtkBaseView(wxWindow *parent,bool TDxWindow)
         _iren->SetUseTDx(true);
     } // if TDX
 #endif
-
-    
-    
 //     _iren->UseCaptureMouseOn();
 //     _iren                           = new wxVTKRenderWindowInteractor(_parent,-1);
        _interactorStyle        = NULL;