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,6 +14,7 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#include <HLRBRep.hxx>
|
||||
|
||||
#include <BRep_Builder.hxx>
|
||||
#include <BRep_Tool.hxx>
|
||||
@@ -23,7 +24,6 @@
|
||||
#include <Geom2d_BSplineCurve.hxx>
|
||||
#include <Geom_BSplineCurve.hxx>
|
||||
#include <Geom_TrimmedCurve.hxx>
|
||||
#include <HLRBRep.hxx>
|
||||
#include <HLRBRep_Curve.hxx>
|
||||
#include <TColgp_Array1OfPnt2d.hxx>
|
||||
#include <TColStd_Array1OfInteger.hxx>
|
||||
|
@@ -44,82 +44,6 @@ public:
|
||||
|
||||
Standard_EXPORT static void PolyHLRAngleAndDeflection (const Standard_Real InAngl, Standard_Real& OutAngl, Standard_Real& OutDefl);
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class HLRBRep_CurveTool;
|
||||
friend class HLRBRep_BCurveTool;
|
||||
friend class HLRBRep_Curve;
|
||||
friend class HLRBRep_SurfaceTool;
|
||||
friend class HLRBRep_BSurfaceTool;
|
||||
friend class HLRBRep_Surface;
|
||||
friend class HLRBRep_CLPropsATool;
|
||||
friend class HLRBRep_CLProps;
|
||||
friend class HLRBRep_SLPropsATool;
|
||||
friend class HLRBRep_SLProps;
|
||||
friend class HLRBRep_CInter;
|
||||
friend class HLRBRep_LineTool;
|
||||
friend class HLRBRep_InterCSurf;
|
||||
friend class HLRBRep_EdgeFaceTool;
|
||||
friend class HLRBRep_Intersector;
|
||||
friend class HLRBRep_EdgeData;
|
||||
friend class HLRBRep_FaceData;
|
||||
friend class HLRBRep_FaceIterator;
|
||||
friend class HLRBRep_Data;
|
||||
friend class HLRBRep_ShapeToHLR;
|
||||
friend class HLRBRep_HLRToShape;
|
||||
friend class HLRBRep_ShapeBounds;
|
||||
friend class HLRBRep_EdgeInterferenceTool;
|
||||
friend class HLRBRep_VertexList;
|
||||
friend class HLRBRep_EdgeIList;
|
||||
friend class HLRBRep_AreaLimit;
|
||||
friend class HLRBRep_EdgeBuilder;
|
||||
friend class HLRBRep_Hider;
|
||||
friend class HLRBRep_InternalAlgo;
|
||||
friend class HLRBRep_Algo;
|
||||
friend class HLRBRep_PolyAlgo;
|
||||
friend class HLRBRep_BiPoint;
|
||||
friend class HLRBRep_BiPnt2D;
|
||||
friend class HLRBRep_PolyHLRToShape;
|
||||
friend class HLRBRep_TheCurveLocatorOfTheProjPCurOfCInter;
|
||||
friend class HLRBRep_PCLocFOfTheLocateExtPCOfTheProjPCurOfCInter;
|
||||
friend class HLRBRep_TheLocateExtPCOfTheProjPCurOfCInter;
|
||||
friend class HLRBRep_TheProjPCurOfCInter;
|
||||
friend class HLRBRep_MyImpParToolOfTheIntersectorOfTheIntConicCurveOfCInter;
|
||||
friend class HLRBRep_TheIntersectorOfTheIntConicCurveOfCInter;
|
||||
friend class HLRBRep_TheIntConicCurveOfCInter;
|
||||
friend class HLRBRep_IntConicCurveOfCInter;
|
||||
friend class HLRBRep_ThePolygon2dOfTheIntPCurvePCurveOfCInter;
|
||||
friend class HLRBRep_TheDistBetweenPCurvesOfTheIntPCurvePCurveOfCInter;
|
||||
friend class HLRBRep_ExactIntersectionPointOfTheIntPCurvePCurveOfCInter;
|
||||
friend class HLRBRep_TheIntPCurvePCurveOfCInter;
|
||||
friend class HLRBRep_ThePolygonOfInterCSurf;
|
||||
friend class HLRBRep_ThePolygonToolOfInterCSurf;
|
||||
friend class HLRBRep_ThePolyhedronOfInterCSurf;
|
||||
friend class HLRBRep_ThePolyhedronToolOfInterCSurf;
|
||||
friend class HLRBRep_TheInterferenceOfInterCSurf;
|
||||
friend class HLRBRep_TheCSFunctionOfInterCSurf;
|
||||
friend class HLRBRep_TheExactInterCSurf;
|
||||
friend class HLRBRep_TheQuadCurvFuncOfTheQuadCurvExactInterCSurf;
|
||||
friend class HLRBRep_TheQuadCurvExactInterCSurf;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _HLRBRep_HeaderFile
|
||||
|
Reference in New Issue
Block a user