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:
@@ -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*/)
|
||||
{
|
||||
|
Reference in New Issue
Block a user