1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

0029086: Visualization, SelectMgr_ViewerSelector - drop Owners detected only by part of Entities within Box selection

This commit is contained in:
kgv
2017-09-06 22:04:25 +03:00
committed by bugmaster
parent 780ee4e25c
commit be7fc29e2a
8 changed files with 54 additions and 164 deletions

View File

@@ -70,6 +70,9 @@ public:
//! Returns the entity with index theIndex in the set
Standard_EXPORT const Handle(SelectMgr_SensitiveEntity)& GetSensitiveById (const Standard_Integer theIndex) const;
//! Returns map of entities.
const SelectMgr_IndexedMapOfHSensitive& Sensitives() const { return mySensitives; }
private:
SelectMgr_IndexedMapOfHSensitive mySensitives; //!< Map of entities and its corresponding index in BVH