// 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 _IFSelect_SelectIncorrectEntities_HeaderFile #define _IFSelect_SelectIncorrectEntities_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_IFSelect_SelectIncorrectEntities_HeaderFile #include #endif #ifndef _IFSelect_SelectFlag_HeaderFile #include #endif //! A SelectIncorrectEntities sorts the Entities which have been
//! noted as Incorrect in the Graph of the Session
//! (flag "Incorrect")
//! It can find a result only if ComputeCheck has formerly been
//! called on the WorkSession. Else, its result will be empty.
class IFSelect_SelectIncorrectEntities : public IFSelect_SelectFlag { public: //! Creates a SelectIncorrectEntities
//! i.e. a SelectFlag("Incorrect")
Standard_EXPORT IFSelect_SelectIncorrectEntities(); DEFINE_STANDARD_RTTI(IFSelect_SelectIncorrectEntities) protected: private: }; // other Inline functions and methods (like "C++: function call" methods) #endif