mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-16 10:08:36 +03:00
0028922: Configuration - remove useless Standard_EXPORT in SelectMgr_Frustum::hasOverlap()
This commit is contained in:
parent
775530d462
commit
798849860f
@ -64,23 +64,23 @@ protected:
|
|||||||
|
|
||||||
//! Returns true if selecting volume is overlapped by axis-aligned bounding box
|
//! Returns true if selecting volume is overlapped by axis-aligned bounding box
|
||||||
//! with minimum corner at point theMinPt and maximum at point theMaxPt
|
//! with minimum corner at point theMinPt and maximum at point theMaxPt
|
||||||
Standard_EXPORT Standard_Boolean hasOverlap (const SelectMgr_Vec3& theBoxMin,
|
Standard_Boolean hasOverlap (const SelectMgr_Vec3& theBoxMin,
|
||||||
const SelectMgr_Vec3& theBoxMax,
|
const SelectMgr_Vec3& theBoxMax,
|
||||||
Standard_Boolean* theInside = NULL);
|
Standard_Boolean* theInside = NULL);
|
||||||
|
|
||||||
//! SAT intersection test between defined volume and given point
|
//! SAT intersection test between defined volume and given point
|
||||||
Standard_EXPORT Standard_Boolean hasOverlap (const gp_Pnt& thePnt);
|
Standard_Boolean hasOverlap (const gp_Pnt& thePnt);
|
||||||
|
|
||||||
//! SAT intersection test between defined volume and given segment
|
//! SAT intersection test between defined volume and given segment
|
||||||
Standard_EXPORT Standard_Boolean hasOverlap (const gp_Pnt& thePnt1,
|
Standard_Boolean hasOverlap (const gp_Pnt& thePnt1,
|
||||||
const gp_Pnt& thePnt2);
|
const gp_Pnt& thePnt2);
|
||||||
|
|
||||||
//! SAT intersection test between frustum given and planar convex polygon represented as ordered point set
|
//! SAT intersection test between frustum given and planar convex polygon represented as ordered point set
|
||||||
Standard_EXPORT Standard_Boolean hasOverlap (const TColgp_Array1OfPnt& theArrayOfPnts,
|
Standard_Boolean hasOverlap (const TColgp_Array1OfPnt& theArrayOfPnts,
|
||||||
gp_Vec& theNormal);
|
gp_Vec& theNormal);
|
||||||
|
|
||||||
//! SAT intersection test between defined volume and given triangle
|
//! SAT intersection test between defined volume and given triangle
|
||||||
Standard_EXPORT Standard_Boolean hasOverlap (const gp_Pnt& thePnt1,
|
Standard_Boolean hasOverlap (const gp_Pnt& thePnt1,
|
||||||
const gp_Pnt& thePnt2,
|
const gp_Pnt& thePnt2,
|
||||||
const gp_Pnt& thePnt3,
|
const gp_Pnt& thePnt3,
|
||||||
gp_Vec& theNormal);
|
gp_Vec& theNormal);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user