0026595: Lost some comments in OCCT-code after cdl elimination
[occt.git] / src / IntCurveSurface / IntCurveSurface_TheQuadCurvFuncOfTheQuadCurvExactHInter.hxx
index bfb323c..89eaced 100644 (file)
@@ -38,12 +38,22 @@ public:
   DEFINE_STANDARD_ALLOC
 
   
+  //! Create the function.
   Standard_EXPORT IntCurveSurface_TheQuadCurvFuncOfTheQuadCurvExactHInter(const IntSurf_Quadric& Q, const Handle(Adaptor3d_HCurve)& C);
   
+  //! Computes the value of the signed  distance between
+  //! the  implicit surface and  the point  at parameter
+  //! Param on the parametrised curve.
+  //! Value always returns True.
   Standard_EXPORT Standard_Boolean Value (const Standard_Real Param, Standard_Real& F) Standard_OVERRIDE;
   
+  //! Computes the derivative of the previous function at
+  //! parameter Param.
+  //! Derivative always returns True.
   Standard_EXPORT Standard_Boolean Derivative (const Standard_Real Param, Standard_Real& D) Standard_OVERRIDE;
   
+  //! Computes the value and the derivative of the function.
+  //! returns True.
   Standard_EXPORT Standard_Boolean Values (const Standard_Real Param, Standard_Real& F, Standard_Real& D) Standard_OVERRIDE;