1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-04 13:13:25 +03:00

0025547: static class mehtods not exported in BrepMesh_GeomTool

Test case for issue CR25547
This commit is contained in:
oan
2014-12-11 16:14:38 +03:00
committed by bugmaster
parent 3922a2ec0f
commit d315303da2
4 changed files with 120 additions and 30 deletions

View File

@@ -71,16 +71,6 @@ public:
private:
//! Classifies the point in case of coincidence of two vectors.
//! @param thePoint1 the start point of a segment (base point).
//! @param thePoint2 the end point of a segment.
//! @param thePointToCheck the point to classify.
//! @return zero value if point is out of segment and non zero value
//! if point is between the first and the second point of segment.
static Standard_Integer classifyPoint (const gp_XY& thePoint1,
const gp_XY& thePoint2,
const gp_XY& thePointToCheck);
//! Assignment operator.
void operator =(const BRepMesh_WireInterferenceChecker& /*theOther*/)
{