Salome HOME
Nerge with PAL/SALOME 2.1.0d
[modules/smesh.git] / src / SMESH / SMESH_Pattern.hxx
index 27def42427907910ec2b1845591a2c01a2545264..b658a2502d98479ddbba2413e21ed7d9ffe0d6e9 100644 (file)
@@ -205,7 +205,8 @@ class SMESH_Pattern {
 
   bool compUVByIsoIntersection (const list< list< TPoint* > >& boundaryPoints,
                                 const gp_XY&                   theInitUV,
-                                gp_XY&                         theUV );
+                                gp_XY&                         theUV,
+                                bool &                         theIsDeformed);
   // compute UV by intersection of iso-lines found by points on edges
 
   bool compUVByElasticIsolines(const list< list< TPoint* > >& boundaryPoints,