// 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_ChangeRequest_HeaderFile #define _StepAP203_ChangeRequest_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_StepAP203_ChangeRequest_HeaderFile #include #endif #ifndef _Handle_StepAP203_HArray1OfChangeRequestItem_HeaderFile #include #endif #ifndef _StepBasic_ActionRequestAssignment_HeaderFile #include #endif #ifndef _Handle_StepBasic_VersionedActionRequest_HeaderFile #include #endif class StepAP203_HArray1OfChangeRequestItem; class StepBasic_VersionedActionRequest; //! Representation of STEP entity ChangeRequest
class StepAP203_ChangeRequest : public StepBasic_ActionRequestAssignment { public: //! Empty constructor
Standard_EXPORT StepAP203_ChangeRequest(); //! Initialize all fields (own and inherited)
Standard_EXPORT void Init(const Handle(StepBasic_VersionedActionRequest)& aActionRequestAssignment_AssignedActionRequest,const Handle(StepAP203_HArray1OfChangeRequestItem)& aItems) ; //! Returns field Items
Standard_EXPORT Handle_StepAP203_HArray1OfChangeRequestItem Items() const; //! Set field Items
Standard_EXPORT void SetItems(const Handle(StepAP203_HArray1OfChangeRequestItem)& Items) ; DEFINE_STANDARD_RTTI(StepAP203_ChangeRequest) protected: private: Handle_StepAP203_HArray1OfChangeRequestItem theItems; }; // other Inline functions and methods (like "C++: function call" methods) #endif