mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0032743: Coding Rules - remove unused class friends of Package classes
This commit is contained in:
@@ -14,16 +14,13 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
// Modified: 28/02/1996 by PMN : HermiteCoefficients added
|
||||
// Modified: 18/06/1996 by PMN : NULL reference.
|
||||
// Modified: 19/02/1997 by JCT : EvalPoly2Var added
|
||||
#include <PLib.hxx>
|
||||
|
||||
#include <GeomAbs_Shape.hxx>
|
||||
#include <math.hxx>
|
||||
#include <math_Gauss.hxx>
|
||||
#include <math_Matrix.hxx>
|
||||
#include <NCollection_LocalArray.hxx>
|
||||
#include <PLib.hxx>
|
||||
#include <Standard_ConstructionError.hxx>
|
||||
|
||||
// To convert points array into Real ..
|
||||
|
@@ -346,25 +346,6 @@ public:
|
||||
|
||||
Standard_EXPORT static void EvalLength (const Standard_Integer Degree, const Standard_Integer Dimension, Standard_Real& PolynomialCoeff, const Standard_Real U1, const Standard_Real U2, const Standard_Real Tol, Standard_Real& Length, Standard_Real& Error);
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class PLib_Base;
|
||||
friend class PLib_JacobiPolynomial;
|
||||
friend class PLib_HermitJacobi;
|
||||
friend class PLib_DoubleJacobiPolynomial;
|
||||
|
||||
};
|
||||
|
||||
#endif // _PLib_HeaderFile
|
||||
|
Reference in New Issue
Block a user