// 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_FreedomsList_HeaderFile #define _StepFEA_FreedomsList_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_StepFEA_FreedomsList_HeaderFile #include #endif #ifndef _Handle_StepFEA_HArray1OfDegreeOfFreedom_HeaderFile #include #endif #ifndef _MMgt_TShared_HeaderFile #include #endif class StepFEA_HArray1OfDegreeOfFreedom; //! Representation of STEP entity FreedomsList
class StepFEA_FreedomsList : public MMgt_TShared { public: //! Empty constructor
Standard_EXPORT StepFEA_FreedomsList(); //! Initialize all fields (own and inherited)
Standard_EXPORT void Init(const Handle(StepFEA_HArray1OfDegreeOfFreedom)& aFreedoms) ; //! Returns field Freedoms
Standard_EXPORT Handle_StepFEA_HArray1OfDegreeOfFreedom Freedoms() const; //! Set field Freedoms
Standard_EXPORT void SetFreedoms(const Handle(StepFEA_HArray1OfDegreeOfFreedom)& Freedoms) ; DEFINE_STANDARD_RTTI(StepFEA_FreedomsList) protected: private: Handle_StepFEA_HArray1OfDegreeOfFreedom theFreedoms; }; // other Inline functions and methods (like "C++: function call" methods) #endif