mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
0028884: Modeling - add Standard_EXPORT macro to methods of BRepExtrema_TriangleSet
This commit is contained in:
parent
896faa7296
commit
b09d86369b
@ -39,19 +39,19 @@ public:
|
||||
public: //! @name methods implementing BVH set interface
|
||||
|
||||
//! Returns total number of triangles.
|
||||
Standard_Integer Size() const Standard_OVERRIDE;
|
||||
Standard_EXPORT Standard_Integer Size() const Standard_OVERRIDE;
|
||||
|
||||
//! Returns AABB of the given triangle.
|
||||
BVH_Box<Standard_Real, 3> Box (const Standard_Integer theIndex) const Standard_OVERRIDE;
|
||||
Standard_EXPORT BVH_Box<Standard_Real, 3> Box (const Standard_Integer theIndex) const Standard_OVERRIDE;
|
||||
|
||||
//! Make inherited method Box() visible to avoid CLang warning
|
||||
using BVH_PrimitiveSet3d::Box;
|
||||
|
||||
//! Returns centroid position along specified axis.
|
||||
Standard_Real Center (const Standard_Integer theIndex, const Standard_Integer theAxis) const Standard_OVERRIDE;
|
||||
Standard_EXPORT Standard_Real Center (const Standard_Integer theIndex, const Standard_Integer theAxis) const Standard_OVERRIDE;
|
||||
|
||||
//! Swaps indices of two specified triangles.
|
||||
void Swap (const Standard_Integer theIndex1, const Standard_Integer theIndex2) Standard_OVERRIDE;
|
||||
Standard_EXPORT void Swap (const Standard_Integer theIndex1, const Standard_Integer theIndex2) Standard_OVERRIDE;
|
||||
|
||||
public:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user