Salome HOME
Merge from V6_main (dev of Anthony GEAY) 11/06/2013
[tools/medcoupling.git] / src / INTERP_KERNEL / Geometric2D / InterpKernelGeo2DComposedEdge.hxx
index 62b56d7fb1d2aafd62d0fba5ba33264868351548..9c3cd74ca2fc0679775f03282909cada92f7caeb 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2013  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -16,6 +16,7 @@
 //
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
+// Author : Anthony Geay (CEA/DEN)
 
 #ifndef __INTERPKERNELGEO2DCOMPOSEDNODE_HXX__
 #define __INTERPKERNELGEO2DCOMPOSEDNODE_HXX__
@@ -49,6 +50,7 @@ namespace INTERP_KERNEL
     bool presenceOfOn() const;
     bool presenceOfQuadraticEdge() const;
     void initLocations() const;
+    void initLocationsWithOther(const ComposedEdge& other) const;
     ComposedEdge *clone() const;
     bool isNodeIn(Node *n) const;
     double getArea() const;