// 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 _AIS_C0RegularityFilter_HeaderFile #define _AIS_C0RegularityFilter_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_AIS_C0RegularityFilter_HeaderFile #include #endif #ifndef _TopTools_MapOfShape_HeaderFile #include #endif #ifndef _SelectMgr_Filter_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _TopAbs_ShapeEnum_HeaderFile #include #endif #ifndef _Handle_SelectMgr_EntityOwner_HeaderFile #include #endif class TopoDS_Shape; class SelectMgr_EntityOwner; class AIS_C0RegularityFilter : public SelectMgr_Filter { public: Standard_EXPORT AIS_C0RegularityFilter(const TopoDS_Shape& aShape); Standard_EXPORT virtual Standard_Boolean ActsOn(const TopAbs_ShapeEnum aType) const; Standard_EXPORT virtual Standard_Boolean IsOk(const Handle(SelectMgr_EntityOwner)& EO) const; DEFINE_STANDARD_RTTI(AIS_C0RegularityFilter) protected: private: TopTools_MapOfShape myMapOfEdges; }; // other Inline functions and methods (like "C++: function call" methods) #endif