// 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 _IGESData_NameEntity_HeaderFile #define _IGESData_NameEntity_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_IGESData_NameEntity_HeaderFile #include #endif #ifndef _IGESData_IGESEntity_HeaderFile #include #endif #ifndef _Handle_TCollection_HAsciiString_HeaderFile #include #endif class TCollection_HAsciiString; //! a NameEntity is a kind of IGESEntity which can provide a Name
//! under alphanumeric (String) form, from Properties list
//! an effective Name entity must inherit it
class IGESData_NameEntity : public IGESData_IGESEntity { public: //! Retyrns the alphanumeric value of the Name, to be defined
Standard_EXPORT virtual Handle_TCollection_HAsciiString Value() const = 0; DEFINE_STANDARD_RTTI(IGESData_NameEntity) protected: private: }; // other Inline functions and methods (like "C++: function call" methods) #endif