]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/GEOMAlgo/GEOMAlgo_WESScaler.cxx
Salome HOME
0021672: [CEA 565] Dump Study from script
[modules/geom.git] / src / GEOMAlgo / GEOMAlgo_WESScaler.cxx
index a7e28342690ecf1fc5cf6999b55b917f3690309b..aea8c7fad311b62f27c3db73a1a957ca2ce1527a 100644 (file)
@@ -1,28 +1,28 @@
-//  Copyright (C) 2007-2010  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
 //
-//  This library is free software; you can redistribute it and/or
-//  modify it under the terms of the GNU Lesser General Public
-//  License as published by the Free Software Foundation; either
-//  version 2.1 of the License.
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
 //
-//  This library is distributed in the hope that it will be useful,
-//  but WITHOUT ANY WARRANTY; without even the implied warranty of
-//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-//  Lesser General Public License for more details.
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+// Lesser General Public License for more details.
 //
-//  You should have received a copy of the GNU Lesser General Public
-//  License along with this library; if not, write to the Free Software
-//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
-//  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 // File:       GEOMAlgo_WESScaler.cxx
-// Created:    
-// Author:     
+// Created:
+// Author:
 //             <pkv@VORTEX>
 
 
-#include <GEOMAlgo_WESScaler.ixx>
+#include <GEOMAlgo_WESScaler.hxx>
 
 #include <gp_Pnt.hxx>
 #include <gp_Trsf.hxx>
 
 
 //=======================================================================
-//function : 
-//purpose  : 
+//function :
+//purpose  :
 //=======================================================================
-  GEOMAlgo_WESScaler::GEOMAlgo_WESScaler() 
+  GEOMAlgo_WESScaler::GEOMAlgo_WESScaler()
 :
   GEOMAlgo_Algo()
 {
 }
 //=======================================================================
 //function : ~
-//purpose  : 
+//purpose  :
 //=======================================================================
-  GEOMAlgo_WESScaler::~GEOMAlgo_WESScaler() 
+  GEOMAlgo_WESScaler::~GEOMAlgo_WESScaler()
 {
 }
 //=======================================================================
 // function: SetScale
-// purpose: 
+// purpose:
 //=======================================================================
   void GEOMAlgo_WESScaler::SetScale (const Standard_Real aScale)
 {
 }
 //=======================================================================
 // function: Scale
-// purpose: 
+// purpose:
 //=======================================================================
-  Standard_Real GEOMAlgo_WESScaler::Scale()const 
+  Standard_Real GEOMAlgo_WESScaler::Scale()const
 {
   return myScale;
 }
 //=======================================================================
 // function: SetFace
-// purpose: 
+// purpose:
 //=======================================================================
   void GEOMAlgo_WESScaler::SetFace(const TopoDS_Face& aF)
 {
@@ -81,7 +81,7 @@
 }
 //=======================================================================
 // function: Face
-// purpose: 
+// purpose:
 //=======================================================================
   const TopoDS_Face& GEOMAlgo_WESScaler::Face()const
 {
@@ -89,7 +89,7 @@
 }
 //=======================================================================
 // function: SetEdges
-// purpose: 
+// purpose:
 //=======================================================================
   void GEOMAlgo_WESScaler::SetEdges(const TopTools_ListOfShape& aLE)
 {
@@ -97,7 +97,7 @@
 }
 //=======================================================================
 // function: Edges
-// purpose: 
+// purpose:
 //=======================================================================
   const TopTools_ListOfShape& GEOMAlgo_WESScaler::Edges()const
 {
 }
 //=======================================================================
 // function: FaceScaled
-// purpose: 
+// purpose:
 //=======================================================================
   const TopoDS_Face& GEOMAlgo_WESScaler::FaceScaled()const
 {
 }
 //=======================================================================
 // function: EdgesScaled
-// purpose: 
+// purpose:
 //=======================================================================
   const TopTools_ListOfShape& GEOMAlgo_WESScaler::EdgesScaled()const
 {
 }
 //=======================================================================
 // function: Image
-// purpose: 
+// purpose:
 //=======================================================================
   const TopoDS_Shape& GEOMAlgo_WESScaler::Image (const TopoDS_Shape& aS) const
 {
 }
 //=======================================================================
 // function: Origin
-// purpose: 
+// purpose:
 //=======================================================================
   const TopoDS_Shape& GEOMAlgo_WESScaler::Origin (const TopoDS_Shape& aS) const
 {
 }
 //=======================================================================
 // function: Images
-// purpose: 
+// purpose:
 //=======================================================================
   const GEOMAlgo_DataMapOfOrientedShapeShape& GEOMAlgo_WESScaler::Images () const
 {
 }
 //=======================================================================
 // function: Origins
-// purpose: 
+// purpose:
 //=======================================================================
   const GEOMAlgo_DataMapOfOrientedShapeShape& GEOMAlgo_WESScaler::Origins () const
 {
 }
 //=======================================================================
 // function: CheckData
-// purpose: 
+// purpose:
 //=======================================================================
   void GEOMAlgo_WESScaler::CheckData()
 {
 }
 //=======================================================================
 // function: Perform
-// purpose: 
+// purpose:
 //=======================================================================
   void GEOMAlgo_WESScaler::Perform()
 {
   //
   const TopoDS_Shape& aSR=aBT.Shape();
   //
-  // Refined image face FR 
+  // Refined image face FR
   aFR=aSR.EmptyCopied();
   aItS.Initialize(aSR);
   for (i=0; aItS.More(); aItS.Next(),++i) {