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:
@@ -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 (
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user