// 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_CurveElementLocation_HeaderFile #define _StepFEA_CurveElementLocation_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_StepFEA_CurveElementLocation_HeaderFile #include #endif #ifndef _Handle_StepFEA_FeaParametricPoint_HeaderFile #include #endif #ifndef _MMgt_TShared_HeaderFile #include #endif class StepFEA_FeaParametricPoint; //! Representation of STEP entity CurveElementLocation
class StepFEA_CurveElementLocation : public MMgt_TShared { public: //! Empty constructor
Standard_EXPORT StepFEA_CurveElementLocation(); //! Initialize all fields (own and inherited)
Standard_EXPORT void Init(const Handle(StepFEA_FeaParametricPoint)& aCoordinate) ; //! Returns field Coordinate
Standard_EXPORT Handle_StepFEA_FeaParametricPoint Coordinate() const; //! Set field Coordinate
Standard_EXPORT void SetCoordinate(const Handle(StepFEA_FeaParametricPoint)& Coordinate) ; DEFINE_STANDARD_RTTI(StepFEA_CurveElementLocation) protected: private: Handle_StepFEA_FeaParametricPoint theCoordinate; }; // other Inline functions and methods (like "C++: function call" methods) #endif