X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGEOMImpl%2FGEOMImpl_GlueDriver.hxx;h=7ebcbad8e47889682bd727100b2012048dd96b15;hb=eba013acfeded966f2f5f97d90747c504b160adf;hp=2339100b0e723aade12f9159a36041585da4cc86;hpb=9680031be017f475ebb1d506a72b9527f5ce70b3;p=modules%2Fgeom.git diff --git a/src/GEOMImpl/GEOMImpl_GlueDriver.hxx b/src/GEOMImpl/GEOMImpl_GlueDriver.hxx index 2339100b0..7ebcbad8e 100644 --- a/src/GEOMImpl/GEOMImpl_GlueDriver.hxx +++ b/src/GEOMImpl/GEOMImpl_GlueDriver.hxx @@ -63,6 +63,7 @@ #include class TColStd_SequenceOfExtendedString; +class TopTools_DataMapOfShapeListOfShape; #include "GEOM_BaseDriver.hxx" @@ -86,9 +87,11 @@ Standard_EXPORT ~GEOMImpl_GlueDriver() {}; bool GetCreationInformation(std::string& theOperationName, std::vector& params); -Standard_EXPORT static TopoDS_Shape GlueFaces (const TopoDS_Shape& theShape, - const Standard_Real theTolerance, - const Standard_Boolean doKeepNonSolids = Standard_True); +Standard_EXPORT static TopoDS_Shape GlueFaces + (const TopoDS_Shape &theShape, + const Standard_Real theTolerance, + const Standard_Boolean doKeepNonSolids = Standard_True, + TopTools_DataMapOfShapeListOfShape *pMapModif = NULL); /* Standard_EXPORT TopoDS_Shape GlueFacesWithWarnings (const TopoDS_Shape& theShape, const Standard_Real theTolerance,