From: jean-pierre roux Date: Wed, 15 Apr 2009 09:57:11 +0000 (+0000) Subject: fixes, X-Git-Tag: EED.02Oct2009~106 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=063777593408e340c3fb5f0aa9b584c3371ca65d;p=creaMaracasVisu.git fixes, comments --- diff --git a/lib/maracasVisuLib/CMakeLists.txt b/lib/maracasVisuLib/CMakeLists.txt index 47ab8c1..df16642 100644 --- a/lib/maracasVisuLib/CMakeLists.txt +++ b/lib/maracasVisuLib/CMakeLists.txt @@ -57,7 +57,8 @@ IF ( BUILD_${LIBRARY_NAME} ) src/interface/wxWindows/Contour/vectorFunctions.h ## src/interface/wxWindows/wxMaracasImageBrowser02.h ## src/interface/wxWindows/widgets/wxReadingPriorityPanel.h - src/interface/wxWindows/widgets/wxVTKRenderWindowInteractor.h src/interface/wxWindows/widgets/wxVTKRenderWindowInteractorEditContour.h + src/interface/wxWindows/widgets/wxVTKRenderWindowInteractor.h + src/interface/wxWindows/widgets/wxVTKRenderWindowInteractorEditContour.h src/interface/wxWindows/widgets/InterfaceVtkPanelWidgets.h src/interface/wxWindows/widgets/vtkClosePolyData.h src/interface/wxWindows/wxMaracasMPR.h @@ -106,7 +107,7 @@ IF ( BUILD_${LIBRARY_NAME} ) src/kernel/marParameters.h src/kernel/marDynData.h src/kernel/creaMaracasVisu_EXPORT.h - src/kernel/vtkSTLExtractor.cpp + src/kernel/vtkSTLExtractor.h ) #---------------------------------------------------------------------------- diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/pPlotterWindow.cxx b/lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/pPlotterWindow.cxx index 7442ce9..4fb1334 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/pPlotterWindow.cxx +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/pPlotterWindow.cxx @@ -1533,7 +1533,7 @@ void pPlotterWindow::InitFunctionForVectors( pGraphicalFunction *ff ) m_popmenu.Enable(mpID_LINE_GUIDES,true); m_popmenu.Enable(pwID_TRASLATEACTUALFUNCTION,true); //------------------------------------------ - //Sending the paarticular event of changed actual function + //Sending the particular event of changed actual function //------------------------------------------- wxCommandEvent cevent( wxEVT_PPLOTTER_CHANGED_FUNCTION, GetId() ); cevent.SetEventObject(this); @@ -1674,7 +1674,7 @@ void pPlotterWindow :: actualizeViewRange(int newMinX, int newMaxX) UpdateAll(); } /* -* Guide lines menu handler method that reacts to the mpID_LINE_GUIDES cimmand event +* Guide lines menu handler method that reacts to the mpID_LINE_GUIDES command event * event The corresponding event to handle */ void pPlotterWindow :: OnGuideLines (wxCommandEvent &event) @@ -1714,12 +1714,12 @@ pGraphicalFunction* pPlotterWindow::getFunction(int index) } /* move the functions that the user wants to move - and that were setted in functionsToMove - @param porcentageMinX:the porcentage that the minShowed - of the funcntions have to be move + and that were set in functionsToMove + @param porcentageMinX:the percentage that the minShowed + of the functions have to be move 0<=porcentageMinX<=1 - @param porcentageMaxX:the porcentage that the maxShowed - of the funcntions have to be move + @param porcentageMaxX:the percentage that the maxShowed + of the functions have to be move 0<=porcentageMaxX<=1 */