// This file is generated by WOK (CPPExt). // Please do not edit this file; modify original file instead. // The copyright and license terms as defined for the original file apply to // this header file considered to be the "object code" form of the original source. #ifndef _SelectMgr_OrFilter_HeaderFile #define _SelectMgr_OrFilter_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_SelectMgr_OrFilter_HeaderFile #include #endif #ifndef _SelectMgr_CompositionFilter_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _Handle_SelectMgr_EntityOwner_HeaderFile #include #endif class SelectMgr_EntityOwner; //! A framework to define an or selection filter.
//! This selects one or another type of sensitive entity.
class SelectMgr_OrFilter : public SelectMgr_CompositionFilter { public: //! Constructs an empty or selection filter.
Standard_EXPORT SelectMgr_OrFilter(); Standard_EXPORT Standard_Boolean IsOk(const Handle(SelectMgr_EntityOwner)& anobj) const; DEFINE_STANDARD_RTTI(SelectMgr_OrFilter) protected: private: }; // other Inline functions and methods (like "C++: function call" methods) #endif