// 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 _StepData_EDescr_HeaderFile #define _StepData_EDescr_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_StepData_EDescr_HeaderFile #include #endif #ifndef _MMgt_TShared_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _Standard_CString_HeaderFile #include #endif #ifndef _Handle_StepData_Described_HeaderFile #include #endif class StepData_Described; //! This class is intended to describe the authorized form for an
//! entity, either Simple or Plex
class StepData_EDescr : public MMgt_TShared { public: //! Tells if a ESDescr matches a step type : exact or super type
Standard_EXPORT virtual Standard_Boolean Matches(const Standard_CString steptype) const = 0; //! Tells if a EDescr is complex (ECDescr) or simple (ESDescr)
Standard_EXPORT virtual Standard_Boolean IsComplex() const = 0; //! Creates a described entity (i.e. a simple one)
Standard_EXPORT virtual Handle_StepData_Described NewEntity() const = 0; DEFINE_STANDARD_RTTI(StepData_EDescr) protected: private: }; // other Inline functions and methods (like "C++: function call" methods) #endif