1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +03:00

0032364: Visualization - Add interface to return global filter from context

This commit is contained in:
sshutina
2021-05-13 12:01:58 +03:00
parent 08b9fed9eb
commit 93502df8bc

View File

@@ -808,6 +808,9 @@ public: //! @name Selection Filters management
//! Returns the list of filters active in a local context.
Standard_EXPORT const SelectMgr_ListOfFilter& Filters() const;
//! @return the context selection global context filter.
const Handle(SelectMgr_AndOrFilter)& GlobalFilter() const { return myFilters; }
//! Allows you to add the filter.
Standard_EXPORT void AddFilter (const Handle(SelectMgr_Filter)& theFilter);