// 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 _StepAP203_Change_HeaderFile #define _StepAP203_Change_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_StepAP203_Change_HeaderFile #include #endif #ifndef _Handle_StepAP203_HArray1OfWorkItem_HeaderFile #include #endif #ifndef _StepBasic_ActionAssignment_HeaderFile #include #endif #ifndef _Handle_StepBasic_Action_HeaderFile #include #endif class StepAP203_HArray1OfWorkItem; class StepBasic_Action; //! Representation of STEP entity Change
class StepAP203_Change : public StepBasic_ActionAssignment { public: //! Empty constructor
Standard_EXPORT StepAP203_Change(); //! Initialize all fields (own and inherited)
Standard_EXPORT void Init(const Handle(StepBasic_Action)& aActionAssignment_AssignedAction,const Handle(StepAP203_HArray1OfWorkItem)& aItems) ; //! Returns field Items
Standard_EXPORT Handle_StepAP203_HArray1OfWorkItem Items() const; //! Set field Items
Standard_EXPORT void SetItems(const Handle(StepAP203_HArray1OfWorkItem)& Items) ; DEFINE_STANDARD_RTTI(StepAP203_Change) protected: private: Handle_StepAP203_HArray1OfWorkItem theItems; }; // other Inline functions and methods (like "C++: function call" methods) #endif