Salome HOME
Minor changes. BR_hydro_v_0_1
authorouv <ouv@opencascade.com>
Mon, 23 Sep 2013 14:15:28 +0000 (14:15 +0000)
committerouv <ouv@opencascade.com>
Mon, 23 Sep 2013 14:15:28 +0000 (14:15 +0000)
src/HYDROGUI/HYDROGUI_Operations.cxx
src/HYDROGUI/HYDROGUI_SplitZonesTool.cxx

index 72c51c9a2d295398b918fcdf6d1bf11aa49e494d..7bf1c89534d635a8440212c3db491ef8a603e935 100644 (file)
@@ -138,8 +138,9 @@ void HYDROGUI_Module::createMenus()
   createMenu( CutImagesId, aHydroId, -1, -1 );
   createMenu( SplitImageId, aHydroId, -1, -1 );
 
-  createMenu( separator(), aHydroId );
-  createMenu( TestSplitId, aHydroId, -1, -1 );
+  //ouv: debug
+  //createMenu( separator(), aHydroId );
+  //createMenu( TestSplitId, aHydroId, -1, -1 );
 }
 
 void HYDROGUI_Module::createPopups()
index 2411bacc0efe008cf34575b382056bc60d256415..f8a19c983789351192fe604526391f370e28ed77 100644 (file)
@@ -76,7 +76,7 @@ HYDROGUI_SplitZonesTool::SplitZones( const HYDROData_SequenceOfObjects& theZoneL
   }
 
   // Step 1. Split the paths.
-  printf( "Step 1\n" );
+  //printf( "Step 1\n" );
   SplitDataListIterator anInputIter( anInputSplitDataList );
   while( anInputIter.hasNext() )
   {
@@ -114,7 +114,7 @@ HYDROGUI_SplitZonesTool::SplitZones( const HYDROData_SequenceOfObjects& theZoneL
   }
 
   // Step 2. Take into account the boundary polyline.
-  printf( "Step 2\n" );
+  //printf( "Step 2\n" );
   if( !thePolyline.IsNull() )
   {
     const QPainterPath& aBoundaryPath = thePolyline->painterPath();
@@ -135,7 +135,7 @@ HYDROGUI_SplitZonesTool::SplitZones( const HYDROData_SequenceOfObjects& theZoneL
   }
 
   // Step 3. Extract the separate regions.
-  printf( "Step 3\n" );
+  //printf( "Step 3\n" );
   SplitDataList anExtractedSplitDataList;
   SplitDataListIterator anOutputIter( anOutputSplitDataList );
   while( anOutputIter.hasNext() )