// 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 _IGESSelect_IGESName_HeaderFile #define _IGESSelect_IGESName_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_IGESSelect_IGESName_HeaderFile #include #endif #ifndef _IFSelect_Signature_HeaderFile #include #endif #ifndef _Standard_CString_HeaderFile #include #endif #ifndef _Handle_Standard_Transient_HeaderFile #include #endif #ifndef _Handle_Interface_InterfaceModel_HeaderFile #include #endif class Standard_Transient; class Interface_InterfaceModel; //! IGESName is a Signature specific to IGESNorm :
//! it considers the Name of an IGESEntity as being its ShortLabel
//! (some sending systems use name, not to identify entities, but
//! ratjer to classify them)
class IGESSelect_IGESName : public IFSelect_Signature { public: //! Creates a Signature for IGES Name (reduced to ShortLabel,
//! without SubscriptLabel or Long Name)
Standard_EXPORT IGESSelect_IGESName(); //! Returns the ShortLabel as being the Name of an IGESEntity
//! If has no name, it returns empty string ""
Standard_EXPORT Standard_CString Value(const Handle(Standard_Transient)& ent,const Handle(Interface_InterfaceModel)& model) const; DEFINE_STANDARD_RTTI(IGESSelect_IGESName) protected: private: }; // other Inline functions and methods (like "C++: function call" methods) #endif