From 889b7474b2622f88b108fecc9786258a5a30e41f Mon Sep 17 00:00:00 2001 From: jean-pierre roux Date: Thu, 14 May 2009 14:08:05 +0000 Subject: [PATCH] *** empty log message *** --- bbtk/src/bbmaracasvisuViewerMPR.h | 1 + .../interface/wxWindows/widgets/vtkInteractorStylePlane2D.cxx | 3 ++- .../src/interface/wxWindows/widgets/vtkPlane2DView.cxx | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/bbtk/src/bbmaracasvisuViewerMPR.h b/bbtk/src/bbmaracasvisuViewerMPR.h index 855b02a..b8d143c 100644 --- a/bbtk/src/bbmaracasvisuViewerMPR.h +++ b/bbtk/src/bbmaracasvisuViewerMPR.h @@ -6,6 +6,7 @@ #include "wxMaracasMPR.h" #include "vtkImageData.h" #include "vtkRenderer.h" +#include "wxMPRWidget2.h" namespace bbcreaMaracasVisu { diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkInteractorStylePlane2D.cxx b/lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkInteractorStylePlane2D.cxx index d755bca..77b7fac 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkInteractorStylePlane2D.cxx +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkInteractorStylePlane2D.cxx @@ -101,4 +101,5 @@ bool vtkInteractorStylePlane2D::OnLeftDClick() // virtual this->_vtkInteractorStyleBaseView->SetParent_refresh_waiting(); return true; -} \ No newline at end of file +} + diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkPlane2DView.cxx b/lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkPlane2DView.cxx index 86e8fa3..d41521c 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkPlane2DView.cxx +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkPlane2DView.cxx @@ -549,4 +549,5 @@ void vtkPlane2DView::TransfromeCoordViewWorld2(double &X, double &Y, double &Z) Y = out[1] + GetVtkmprbasedata()->GetY() ; Z = out[2] + GetVtkmprbasedata()->GetZ() ; -} \ No newline at end of file +} + -- 2.45.1