From: SZV <> Date: Thu, 28 Jul 2011 10:30:24 +0000 (+0000) Subject: OCC22322 Improvement of Extrema performance Standard_EXPORT directive added to the... X-Git-Tag: V6_5_2~62 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=2a3ff1e004fa26f182013c37e187d54f2291d5cf;p=occt-copy.git OCC22322 Improvement of Extrema performance Standard_EXPORT directive added to the private method Perform .This is needed by C# Wrapper. --- diff --git a/src/BRepExtrema/BRepExtrema_DistanceSS.hxx b/src/BRepExtrema/BRepExtrema_DistanceSS.hxx index 363725d4c9..522133baa2 100644 --- a/src/BRepExtrema/BRepExtrema_DistanceSS.hxx +++ b/src/BRepExtrema/BRepExtrema_DistanceSS.hxx @@ -130,7 +130,7 @@ class BRepExtrema_DistanceSS private: //! computes the distance between two Shapes ( face edge vertex)
- void Perform(const TopoDS_Shape& S1,const TopoDS_Shape& S2,const Bnd_Box& B1,const Bnd_Box& B2); + Standard_EXPORT void Perform(const TopoDS_Shape& S1,const TopoDS_Shape& S2,const Bnd_Box& B1,const Bnd_Box& B2); //! computes the distance between two vertices
void Perform(const TopoDS_Vertex& S1,const TopoDS_Vertex& S2);