0026595: Lost some comments in OCCT-code after cdl elimination
[occt.git] / src / Geom2dInt / Geom2dInt_MyImpParToolOfTheIntersectorOfTheIntConicCurveOfGInter.hxx
index 5999ee9..25cf921 100644 (file)
@@ -39,12 +39,19 @@ public:
   DEFINE_STANDARD_ALLOC
 
   
+  //! Constructor of the class.
   Standard_EXPORT Geom2dInt_MyImpParToolOfTheIntersectorOfTheIntConicCurveOfGInter(const IntCurve_IConicTool& IT, const Adaptor2d_Curve2d& PC);
   
+  //! Computes the value of the signed distance between
+  //! the implicit curve and the point at parameter Param
+  //! on the parametrised curve.
   Standard_EXPORT Standard_Boolean Value (const Standard_Real Param, Standard_Real& F) Standard_OVERRIDE;
   
+  //! Computes the derivative of the previous function at
+  //! parameter Param.
   Standard_EXPORT Standard_Boolean Derivative (const Standard_Real Param, Standard_Real& D) Standard_OVERRIDE;
   
+  //! Computes the value and the derivative of the function.
   Standard_EXPORT Standard_Boolean Values (const Standard_Real Param, Standard_Real& F, Standard_Real& D) Standard_OVERRIDE;