1
0
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:
kgv
2021-12-19 11:29:36 +03:00
committed by smoskvin
parent 1bc34debc1
commit ce7fe22d97
190 changed files with 87 additions and 4181 deletions

View File

@@ -12,12 +12,12 @@
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#include <GProp.hxx>
#include <gp.hxx>
#include <gp_Mat.hxx>
#include <gp_Pnt.hxx>
#include <gp_XYZ.hxx>
#include <GProp.hxx>
#include <Standard_DimensionError.hxx>
void GProp::HOperator (

View File

@@ -64,34 +64,6 @@ public:
//! the function MatrixOfInertia on any GProp_GProps object.
Standard_EXPORT static void HOperator (const gp_Pnt& G, const gp_Pnt& Q, const Standard_Real Mass, gp_Mat& Operator);
protected:
private:
friend class GProp_GProps;
friend class GProp_PGProps;
friend class GProp_CelGProps;
friend class GProp_SelGProps;
friend class GProp_VelGProps;
friend class GProp_PrincipalProps;
friend class GProp_PEquation;
};
#endif // _GProp_HeaderFile