X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FNMTTools%2FNMTTools_PaveFiller_2.cxx;h=be0cbe7282d89b8f64543832d65929978f617626;hb=08a90cb03f6d2befe6f0b923bd690182ded48378;hp=73cb875017dfe4ff19ca1905183e3cabd0d5ce57;hpb=3468a943e05903238dbf37e7925c8e32fcb4241d;p=modules%2Fgeom.git diff --git a/src/NMTTools/NMTTools_PaveFiller_2.cxx b/src/NMTTools/NMTTools_PaveFiller_2.cxx index 73cb87501..be0cbe728 100644 --- a/src/NMTTools/NMTTools_PaveFiller_2.cxx +++ b/src/NMTTools/NMTTools_PaveFiller_2.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS @@ -18,6 +18,7 @@ // 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: NMTTools_PaveFiller_2.cxx // Created: Mon Dec 8 12:02:56 2003 @@ -25,9 +26,9 @@ #include -#include +#include -#include +#include #include @@ -56,16 +57,16 @@ #include #include -// Modified Thu Sep 14 14:35:18 2006 -// Contribution of Samtech www.samcef.com BEGIN + #include #include #include +#include + static Standard_Boolean Contains(const TopoDS_Edge& aE, const TopoDS_Vertex& aV); -// Contribution of Samtech www.samcef.com END //======================================================================= // function: PerformVE @@ -156,9 +157,9 @@ void NMTTools_PaveFiller::PerformVE() //modified by NIZNHY-PKV Mon Dec 28 08:58:05 2009f #if OCC_VERSION_LARGE > 0x06030008 // In OCCT6.3.0sp9 is changed a signature of IntTools_Context::ComputeVE() method - aFlag = myContext.ComputeVE (aV1, aE2, aT, bToUpdateVertex, aDist); + aFlag = myContext->ComputeVE (aV1, aE2, aT, bToUpdateVertex, aDist); #else - aFlag = myContext.ComputeVE (aV1, aE2, aT); + aFlag = myContext->ComputeVE (aV1, aE2, aT); #endif //modified by NIZNHY-PKV Mon Dec 28 08:58:13 2009t //