// 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_Date_HeaderFile #define _StepBasic_Date_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_StepBasic_Date_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _MMgt_TShared_HeaderFile #include #endif class StepBasic_Date : public MMgt_TShared { public: //! Returns a Date
Standard_EXPORT StepBasic_Date(); Standard_EXPORT virtual void Init(const Standard_Integer aYearComponent) ; Standard_EXPORT void SetYearComponent(const Standard_Integer aYearComponent) ; Standard_EXPORT Standard_Integer YearComponent() const; DEFINE_STANDARD_RTTI(StepBasic_Date) protected: private: Standard_Integer yearComponent; }; // other Inline functions and methods (like "C++: function call" methods) #endif