|
SHAPER
9.15.0
|
A class which filters results with groupName() result in filter parameters. More...

Public Member Functions | |
| PartSet_ResultGroupNameFilter (ModuleBase_IWorkshop *theWorkshop) | |
| Constructor. More... | |
| void | setGroupNames (const std::set< std::string > &theGroupNames) |
| virtual Standard_Boolean | IsOk (const Handle &&theOwner) const |
| Returns True if selected presentation can be selected. More... | |
Data Fields | |
| DEFINE_STANDARD_RTTIEXT(PartSet_ResultGroupNameFilter, SelectMgr_Filter) private std::set< std::string > | myGroupNames |
A class which filters results with groupName() result in filter parameters.
|
inline |
Constructor.
| theWorkshop | a pointer to workshop |
|
virtual |
Returns True if selected presentation can be selected.
| theOwner | an owner of the persentation |