]> Creatis software - creaMaracasVisu.git/commitdiff
fixes,
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Wed, 15 Apr 2009 09:57:11 +0000 (09:57 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Wed, 15 Apr 2009 09:57:11 +0000 (09:57 +0000)
comments

lib/maracasVisuLib/CMakeLists.txt
lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/pPlotterWindow.cxx

index 47ab8c197c3cf909a4562a1d321c7db958e25f20..df1664281d63e6882810a6fbfe558c71b9f5123c 100644 (file)
@@ -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
   )
   #----------------------------------------------------------------------------
 
index 7442ce91f2029233afcb0ecb4e8b0f675fd8f606..4fb13342677e2bb7e0f3ed79dddfb8b03b4f3109 100644 (file)
@@ -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
 
        */