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

0027562: Coding - avoid exporting of inline methods

This commit is contained in:
kgv
2016-06-03 15:35:52 +03:00
committed by bugmaster
parent 83b0f13a58
commit be5c360207
48 changed files with 195 additions and 195 deletions

View File

@@ -73,10 +73,10 @@ public:
Standard_EXPORT PrsMgr_Presentations& Presentations();
//! Returns information on whether the object accepts display in HLR mode or not.
Standard_EXPORT PrsMgr_TypeOfPresentation3d TypeOfPresentation3d() const;
PrsMgr_TypeOfPresentation3d TypeOfPresentation3d() const;
//! Sets up Transform Persistence Mode for this object.
//! This function used to lock in object position, rotation and / or zooming relative to camera position.
//! Object will be drawn in the origin setted by APoint parameter (except Graphic3d_TMF_TriedronPers flag
@@ -191,13 +191,13 @@ public:
Standard_EXPORT virtual void RemoveChild (const Handle(PrsMgr_PresentableObject)& theObject);
//! Returns children of the current object.
Standard_EXPORT const PrsMgr_ListOfPresentableObjects& Children() const;
const PrsMgr_ListOfPresentableObjects& Children() const;
//! Returns true if object should have own presentations.
Standard_EXPORT Standard_Boolean HasOwnPresentations() const;
Standard_Boolean HasOwnPresentations() const;
//! Returns parent of current object in scene hierarchy.
Standard_EXPORT PrsMgr_PresentableObjectPointer Parent() const;
PrsMgr_PresentableObjectPointer Parent() const;
friend class PrsMgr_Presentation;

View File

@@ -123,7 +123,7 @@ public:
Standard_EXPORT void RedrawImmediate (const Handle(V3d_Viewer)& theViewer);
//! Returns true if Presentation Manager is accumulating transient list of presentations to be displayed in immediate mode.
Standard_EXPORT Standard_Boolean IsImmediateModeOn() const;
Standard_Boolean IsImmediateModeOn() const;
//! Highlights the graphic object thePrsObject in the color theColor.
//! thePrsObject has the display mode theMode;