// 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 _StepFEA_CurveElementEndRelease_HeaderFile #define _StepFEA_CurveElementEndRelease_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_StepFEA_CurveElementEndRelease_HeaderFile #include #endif #ifndef _StepFEA_CurveElementEndCoordinateSystem_HeaderFile #include #endif #ifndef _Handle_StepElement_HArray1OfCurveElementEndReleasePacket_HeaderFile #include #endif #ifndef _MMgt_TShared_HeaderFile #include #endif class StepElement_HArray1OfCurveElementEndReleasePacket; class StepFEA_CurveElementEndCoordinateSystem; //! Representation of STEP entity CurveElementEndRelease
class StepFEA_CurveElementEndRelease : public MMgt_TShared { public: //! Empty constructor
Standard_EXPORT StepFEA_CurveElementEndRelease(); //! Initialize all fields (own and inherited)
Standard_EXPORT void Init(const StepFEA_CurveElementEndCoordinateSystem& aCoordinateSystem,const Handle(StepElement_HArray1OfCurveElementEndReleasePacket)& aReleases) ; //! Returns field CoordinateSystem
Standard_EXPORT StepFEA_CurveElementEndCoordinateSystem CoordinateSystem() const; //! Set field CoordinateSystem
Standard_EXPORT void SetCoordinateSystem(const StepFEA_CurveElementEndCoordinateSystem& CoordinateSystem) ; //! Returns field Releases
Standard_EXPORT Handle_StepElement_HArray1OfCurveElementEndReleasePacket Releases() const; //! Set field Releases
Standard_EXPORT void SetReleases(const Handle(StepElement_HArray1OfCurveElementEndReleasePacket)& Releases) ; DEFINE_STANDARD_RTTI(StepFEA_CurveElementEndRelease) protected: private: StepFEA_CurveElementEndCoordinateSystem theCoordinateSystem; Handle_StepElement_HArray1OfCurveElementEndReleasePacket theReleases; }; // other Inline functions and methods (like "C++: function call" methods) #endif