// 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 _StepBasic_ApplicationContextElement_HeaderFile #define _StepBasic_ApplicationContextElement_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_StepBasic_ApplicationContextElement_HeaderFile #include #endif #ifndef _Handle_TCollection_HAsciiString_HeaderFile #include #endif #ifndef _Handle_StepBasic_ApplicationContext_HeaderFile #include #endif #ifndef _MMgt_TShared_HeaderFile #include #endif class TCollection_HAsciiString; class StepBasic_ApplicationContext; class StepBasic_ApplicationContextElement : public MMgt_TShared { public: //! Returns a ApplicationContextElement
Standard_EXPORT StepBasic_ApplicationContextElement(); Standard_EXPORT virtual void Init(const Handle(TCollection_HAsciiString)& aName,const Handle(StepBasic_ApplicationContext)& aFrameOfReference) ; Standard_EXPORT void SetName(const Handle(TCollection_HAsciiString)& aName) ; Standard_EXPORT Handle_TCollection_HAsciiString Name() const; Standard_EXPORT void SetFrameOfReference(const Handle(StepBasic_ApplicationContext)& aFrameOfReference) ; Standard_EXPORT Handle_StepBasic_ApplicationContext FrameOfReference() const; DEFINE_STANDARD_RTTI(StepBasic_ApplicationContextElement) protected: private: Handle_TCollection_HAsciiString name; Handle_StepBasic_ApplicationContext frameOfReference; }; // other Inline functions and methods (like "C++: function call" methods) #endif