Added eplicit destructors to classes Extrema_GenExtCS, Extrema_GenExtPS and Extrema_GenExtSS.
{
}
+// =======================================================================
+// function : ~Extrema_GenExtCS
+// purpose :
+// =======================================================================
+Extrema_GenExtCS::~Extrema_GenExtCS()
+{
+ //
+}
+
//=======================================================================
//function : Extrema_GenExtCS
//purpose :
DEFINE_STANDARD_ALLOC
-
+ //! Empty constructor.
Standard_EXPORT Extrema_GenExtCS();
-
+
+ //! Destructor.
+ Standard_EXPORT ~Extrema_GenExtCS();
+
//! It calculates all the distances.
//! The function F(u,v)=distance(S1(u1,v1),S2(u2,v2)) has an
//! extremum when gradient(F)=0. The algorithm searches
myAlgo = Extrema_ExtAlgo_Grad;
}
+// =======================================================================
+// function : ~Extrema_GenExtPS
+// purpose :
+// =======================================================================
+Extrema_GenExtPS::~Extrema_GenExtPS()
+{
+ //
+}
+// =======================================================================
+// function : Extrema_GenExtPS
+// purpose :
+// =======================================================================
Extrema_GenExtPS::Extrema_GenExtPS (const gp_Pnt& P,
const Adaptor3d_Surface& S,
const Standard_Integer NbU,
DEFINE_STANDARD_ALLOC
+ //! Empty constructor.
Standard_EXPORT Extrema_GenExtPS();
-
+
+ //! Destructor.
+ Standard_EXPORT ~Extrema_GenExtPS();
+
//! It calculates all the distances.
//! The function F(u,v)=distance(P,S(u,v)) has an
//! extremum when gradient(F)=0. The algorithm searches
myInit = Standard_False;
}
+// =======================================================================
+// function : ~Extrema_GenExtSS
+// purpose :
+// =======================================================================
+Extrema_GenExtSS::~Extrema_GenExtSS()
+{
+ //
+}
+
//=======================================================================
//function : Extrema_GenExtSS
//purpose :
DEFINE_STANDARD_ALLOC
-
+ //! Empty constructor.
Standard_EXPORT Extrema_GenExtSS();
-
+
+ //! Destructor.
+ Standard_EXPORT ~Extrema_GenExtSS();
+
//! It calculates all the distances.
//! The function F(u,v)=distance(S1(u1,v1),S2(u2,v2)) has an
//! extremum when gradient(F)=0. The algorithm searches