// 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_SymmetricTensor43dMember_HeaderFile #define _StepFEA_SymmetricTensor43dMember_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_StepFEA_SymmetricTensor43dMember_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _StepData_SelectArrReal_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _Standard_CString_HeaderFile #include #endif //! Representation of member for STEP SELECT type SymmetricTensor43d
class StepFEA_SymmetricTensor43dMember : public StepData_SelectArrReal { public: //! Empty constructor
Standard_EXPORT StepFEA_SymmetricTensor43dMember(); //! Returns True if has name
Standard_EXPORT virtual Standard_Boolean HasName() const; //! Returns set name
Standard_EXPORT virtual Standard_CString Name() const; //! Set name
Standard_EXPORT virtual Standard_Boolean SetName(const Standard_CString name) ; //! Tells if the name of a SelectMember matches a given one;
Standard_EXPORT virtual Standard_Boolean Matches(const Standard_CString name) const; DEFINE_STANDARD_RTTI(StepFEA_SymmetricTensor43dMember) protected: private: Standard_Integer mycase; }; // other Inline functions and methods (like "C++: function call" methods) #endif