// 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_CcDesignApproval_HeaderFile #define _StepAP203_CcDesignApproval_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_StepAP203_CcDesignApproval_HeaderFile #include #endif #ifndef _Handle_StepAP203_HArray1OfApprovedItem_HeaderFile #include #endif #ifndef _StepBasic_ApprovalAssignment_HeaderFile #include #endif #ifndef _Handle_StepBasic_Approval_HeaderFile #include #endif class StepAP203_HArray1OfApprovedItem; class StepBasic_Approval; //! Representation of STEP entity CcDesignApproval
class StepAP203_CcDesignApproval : public StepBasic_ApprovalAssignment { public: //! Empty constructor
Standard_EXPORT StepAP203_CcDesignApproval(); //! Initialize all fields (own and inherited)
Standard_EXPORT void Init(const Handle(StepBasic_Approval)& aApprovalAssignment_AssignedApproval,const Handle(StepAP203_HArray1OfApprovedItem)& aItems) ; //! Returns field Items
Standard_EXPORT Handle_StepAP203_HArray1OfApprovedItem Items() const; //! Set field Items
Standard_EXPORT void SetItems(const Handle(StepAP203_HArray1OfApprovedItem)& Items) ; DEFINE_STANDARD_RTTI(StepAP203_CcDesignApproval) protected: private: Handle_StepAP203_HArray1OfApprovedItem theItems; }; // other Inline functions and methods (like "C++: function call" methods) #endif