20 #ifndef ModuleBase_FilterValidated_H
21 #define ModuleBase_FilterValidated_H
23 #include <SelectMgr_Filter.hxx>
24 #include <SelectMgr_EntityOwner.hxx>
54 Standard_EXPORT
virtual
55 Standard_Boolean
IsOk(
const Handle(SelectMgr_EntityOwner)& theOwner)
const;
A filter which provides filtering of selection in 3d viewer.
Definition: ModuleBase_FilterValidated.h:39
virtual Standard_Boolean IsOk(const Handle &&theOwner) const
Returns true if the owner is computed from decomposition (it is global selection, not the sub-shapes)...
Definition: ModuleBase_FilterValidated.cpp:36
ModuleBase_FilterValidated(ModuleBase_IWorkshop *theWorkshop)
Constructor.
Definition: ModuleBase_FilterValidated.h:43
Class which provides access to Workshop object services.
Definition: ModuleBase_IWorkshop.h:48