Salome HOME
Update mail address
[modules/geom.git] / src / GEOMImpl / GEOMImpl_GlueDriver.hxx
index 489f6a11c37d82bec5cac89db546ed2767bdcb45..3c78c7bc80fece87f110da53cdebadaadd3d09cd 100644 (file)
@@ -1,3 +1,22 @@
+// Copyright (C) 2005  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+// 
+// 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.
+//
+// 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
+//
 //  File   : GEOMImpl_GlueDriver.ixx
 //  Module : GEOMImpl
 
@@ -97,6 +116,7 @@ class Handle(GEOMImpl_GlueDriver) : public Handle(TFunction_Driver) {
 #include <Standard_CString.hxx>
 #endif
 #include <TopoDS_Shape.hxx>
+#include <TCollection_AsciiString.hxx>
 
 class TColStd_SequenceOfExtendedString;
 
@@ -130,6 +150,10 @@ Standard_EXPORT ~GEOMImpl_GlueDriver() {};
 Standard_EXPORT static TopoDS_Shape GlueFaces (const TopoDS_Shape& theShape,
                                                const Standard_Real theTolerance);
 
+Standard_EXPORT TopoDS_Shape GlueFacesWithWarnings (const TopoDS_Shape& theShape,
+                                                    const Standard_Real theTolerance,
+                                                    TCollection_AsciiString& theWarning) const;
+
  // Type management
  //
 Standard_EXPORT friend Handle_Standard_Type& GEOMImpl_GlueDriver_Type_();