// 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_FeaParametricPoint_HeaderFile #define _StepFEA_FeaParametricPoint_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_StepFEA_FeaParametricPoint_HeaderFile #include #endif #ifndef _Handle_TColStd_HArray1OfReal_HeaderFile #include #endif #ifndef _StepGeom_Point_HeaderFile #include #endif #ifndef _Handle_TCollection_HAsciiString_HeaderFile #include #endif class TColStd_HArray1OfReal; class TCollection_HAsciiString; //! Representation of STEP entity FeaParametricPoint
class StepFEA_FeaParametricPoint : public StepGeom_Point { public: //! Empty constructor
Standard_EXPORT StepFEA_FeaParametricPoint(); //! Initialize all fields (own and inherited)
Standard_EXPORT void Init(const Handle(TCollection_HAsciiString)& aRepresentationItem_Name,const Handle(TColStd_HArray1OfReal)& aCoordinates) ; //! Returns field Coordinates
Standard_EXPORT Handle_TColStd_HArray1OfReal Coordinates() const; //! Set field Coordinates
Standard_EXPORT void SetCoordinates(const Handle(TColStd_HArray1OfReal)& Coordinates) ; DEFINE_STANDARD_RTTI(StepFEA_FeaParametricPoint) protected: private: Handle_TColStd_HArray1OfReal theCoordinates; }; // other Inline functions and methods (like "C++: function call" methods) #endif