mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0031220: Visualization - remove internal field of viewer selector in context
- Removed myMainSel field from AIS_InteractiveContext and obtained this value from mgrSelector. - Moved SelectMgr_ViewerSelector3d implementation into SelectMgr_ViewerSelector to get rid of redundant separation and extra DownCast's. - Declared SelectMgr_ViewerSelector3d as deprecated.
This commit is contained in:
@@ -14,8 +14,8 @@
|
||||
#ifndef _StdSelect_ViewerSelector3d_HeaderFile
|
||||
#define _StdSelect_ViewerSelector3d_HeaderFile
|
||||
|
||||
#include <SelectMgr_ViewerSelector3d.hxx>
|
||||
#include <SelectMgr_ViewerSelector.hxx>
|
||||
|
||||
typedef SelectMgr_ViewerSelector3d StdSelect_ViewerSelector3d;
|
||||
typedef SelectMgr_ViewerSelector StdSelect_ViewerSelector3d;
|
||||
|
||||
#endif // _StdSelect_ViewerSelector3d_HeaderFile
|
||||
|
Reference in New Issue
Block a user