mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0032743: Coding Rules - remove unused class friends of Package classes
This commit is contained in:
@@ -14,11 +14,7 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
// modif du 31/01/97 : mjm
|
||||
// on commence par les SplineCurves.
|
||||
// modif du 17/03/97 : mjm
|
||||
// SplineSurfaces.
|
||||
//%13 pdn 12.02.99: USA60293 avoid applying transformation twice
|
||||
#include <IGESConvGeom.hxx>
|
||||
|
||||
#include <BSplCLib.hxx>
|
||||
#include <BSplSLib.hxx>
|
||||
@@ -28,7 +24,6 @@
|
||||
#include <GeomConvert_CompCurveToBSplineCurve.hxx>
|
||||
#include <gp_GTrsf.hxx>
|
||||
#include <gp_Trsf.hxx>
|
||||
#include <IGESConvGeom.hxx>
|
||||
#include <IGESData_ToolLocation.hxx>
|
||||
#include <IGESGeom_SplineCurve.hxx>
|
||||
#include <IGESGeom_SplineSurface.hxx>
|
||||
|
@@ -90,28 +90,6 @@ public:
|
||||
//! all the knots can be passed to C2, all knots which can be are.
|
||||
Standard_EXPORT static Standard_Integer IncreaseSurfaceContinuity (const Handle(Geom_BSplineSurface)& surface, const Standard_Real epsgeom, const Standard_Integer continuity = 2);
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class IGESConvGeom_GeomBuilder;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _IGESConvGeom_HeaderFile
|
||||
|
Reference in New Issue
Block a user