1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00

0032506: Visualization - add AIS_InteractiveContext::ObjectIterator() for iterating over objects in context

This commit is contained in:
kgv 2021-07-30 22:35:28 +03:00 committed by bugmaster
parent 6054db8a29
commit 32f86ef5a3

View File

@ -824,6 +824,12 @@ public: //! @name common properties
const AIS_KindOfInteractive WhichKind = AIS_KindOfInteractive_None,
const Standard_Integer WhichSignature = -1) const;
//! Create iterator through all objects registered in context.
AIS_DataMapIteratorOfDataMapOfIOStatus ObjectIterator() const
{
return AIS_DataMapIteratorOfDataMapOfIOStatus (myObjects);
}
//! Rebuilds 1st level of BVH selection forcibly
Standard_EXPORT void RebuildSelectionStructs();