mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-13 14:27:08 +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:
@@ -23,7 +23,7 @@
|
||||
class SelectMgr_ViewerSelector;
|
||||
|
||||
//! Abstract class for filling pixel with color.
|
||||
//! This is internal tool for SelectMgr_ViewerSelector3d::ToPixMap().
|
||||
//! This is internal tool for SelectMgr_ViewerSelector::ToPixMap().
|
||||
class SelectMgr_SelectionImageFiller : public Standard_Transient
|
||||
{
|
||||
public:
|
||||
|
Reference in New Issue
Block a user