Salome HOME
Fix for the "0021179: EDF 1654 SMESH GEOM: better look'n'feel" issue:
[modules/geom.git] / src / GEOMAlgo_NEW / GEOMAlgo_VertexSolid.cxx
index f1c6743e6a3eb5119efb62353303a72d88d01029..76d087cffa41f63db5b31d0d7957ec8effe03f6f 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2011  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
@@ -60,7 +60,7 @@
 
 //=======================================================================
 //function : GEOMAlgo_VertexSolid
-//purpose  : 
+//purpose  :
 //=======================================================================
 GEOMAlgo_VertexSolid::GEOMAlgo_VertexSolid()
 :
@@ -69,14 +69,14 @@ GEOMAlgo_VertexSolid::GEOMAlgo_VertexSolid()
 }
 //=======================================================================
 //function : ~
-//purpose  : 
+//purpose  :
 //=======================================================================
 GEOMAlgo_VertexSolid::~GEOMAlgo_VertexSolid()
 {
 }
 //=======================================================================
 // function: Perform
-// purpose: 
+// purpose:
 //=======================================================================
 void GEOMAlgo_VertexSolid::Perform()
 {
@@ -104,7 +104,7 @@ void GEOMAlgo_VertexSolid::Perform()
     myRank=(aNbF) ? 2 : 1;
     //
     bIsNewFiller=myDSFiller->IsNewFiller();
-    
+
     if (bIsNewFiller) {
       Prepare();
       myDSFiller->SetNewFiller(!bIsNewFiller);
@@ -115,10 +115,10 @@ void GEOMAlgo_VertexSolid::Perform()
   catch (Standard_Failure) {
     myErrorStatus = 12;
   }
-} 
+}
 //=======================================================================
 // function: Prepare
-// purpose: 
+// purpose:
 //=======================================================================
 void GEOMAlgo_VertexSolid::Prepare()
 {
@@ -135,7 +135,7 @@ void GEOMAlgo_VertexSolid::Prepare()
   BOPTools_InterferencePool* pIP=(BOPTools_InterferencePool*) &aIP;
   BOPTools_CArray1OfVVInterference& aVVs=pIP->VVInterferences();
   const BOPTools_PaveFiller& aPF=myDSFiller->PaveFiller();
-  BOPTools_PaveFiller* pPF=(BOPTools_PaveFiller*)&aPF; 
+  BOPTools_PaveFiller* pPF=(BOPTools_PaveFiller*)&aPF;
   const Handle(IntTools_Context)& aCtx=pPF->Context();
   //
   const TopoDS_Shape& aObj=aDS.Object();
@@ -177,12 +177,12 @@ void GEOMAlgo_VertexSolid::Prepare()
         pDS->SetState (n2, BooleanOperations_ON);
         iFound=1;
         break;
-      } 
+      }
     }
     if (iFound) {
       continue;
     }
-    // 
+    //
     aP3D=BRep_Tool::Pnt(aV);
     aTol=1.E-7;
     aSC.Perform(aP3D, aTol);
@@ -197,7 +197,7 @@ void GEOMAlgo_VertexSolid::Prepare()
 }
 //=======================================================================
 // function: BuildResult
-// purpose: 
+// purpose:
 //=======================================================================
 void GEOMAlgo_VertexSolid::BuildResult()
 {