mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
0027562: Coding - avoid exporting of inline methods
This commit is contained in:
@@ -68,7 +68,7 @@ public:
|
||||
Standard_EXPORT virtual Standard_Integer NbSubElements() Standard_OVERRIDE;
|
||||
|
||||
//! Returns the 3D points of the array used at construction time.
|
||||
Standard_EXPORT void Points3D (Handle(TColgp_HArray1OfPnt)& theHArrayOfPnt);
|
||||
void Points3D (Handle(TColgp_HArray1OfPnt)& theHArrayOfPnt);
|
||||
|
||||
//! Returns bounding box of a polygon. If location
|
||||
//! transformation is set, it will be applied
|
||||
|
@@ -43,7 +43,7 @@ public:
|
||||
//! Creates new empty sensitive set and its content
|
||||
Standard_EXPORT Select3D_SensitiveSet (const Handle(SelectBasics_EntityOwner)& theOwnerId);
|
||||
|
||||
Standard_EXPORT ~Select3D_SensitiveSet() {};
|
||||
~Select3D_SensitiveSet() {};
|
||||
|
||||
public:
|
||||
|
||||
|
Reference in New Issue
Block a user