mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0026936: Drawbacks of inlining in new type system in OCCT 7.0 -- automatic
Automatic restore of IMPLEMENT_STANDARD_RTTIEXT macro (upgrade -rtti)
This commit is contained in:
@@ -693,7 +693,7 @@ public:
|
||||
/// <summary>
|
||||
///Get AISContext
|
||||
/// </summary>
|
||||
Handle_AIS_InteractiveContext GetContext()
|
||||
Handle(AIS_InteractiveContext) GetContext()
|
||||
{
|
||||
return myAISContext();
|
||||
}
|
||||
@@ -965,9 +965,9 @@ public:
|
||||
|
||||
private:
|
||||
|
||||
NCollection_Haft<Handle_V3d_Viewer> myViewer;
|
||||
NCollection_Haft<Handle_V3d_View> myView;
|
||||
NCollection_Haft<Handle_AIS_InteractiveContext> myAISContext;
|
||||
NCollection_Haft<Handle_D3DHost_GraphicDriver> myGraphicDriver;
|
||||
NCollection_Haft<Handle(V3d_Viewer)> myViewer;
|
||||
NCollection_Haft<Handle(V3d_View)> myView;
|
||||
NCollection_Haft<Handle(AIS_InteractiveContext)> myAISContext;
|
||||
NCollection_Haft<Handle(D3DHost_GraphicDriver)> myGraphicDriver;
|
||||
|
||||
};
|
||||
|
Reference in New Issue
Block a user