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:
@@ -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
|
||||
|
Reference in New Issue
Block a user