1
0
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:
achesnok
2021-07-29 13:28:19 +03:00
committed by bugmaster
parent f227f3dc96
commit 45fc824bac
9 changed files with 348 additions and 414 deletions

View File

@@ -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