// 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 _StepGeom_Line_HeaderFile #define _StepGeom_Line_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_StepGeom_Line_HeaderFile #include #endif #ifndef _Handle_StepGeom_CartesianPoint_HeaderFile #include #endif #ifndef _Handle_StepGeom_Vector_HeaderFile #include #endif #ifndef _StepGeom_Curve_HeaderFile #include #endif #ifndef _Handle_TCollection_HAsciiString_HeaderFile #include #endif class StepGeom_CartesianPoint; class StepGeom_Vector; class TCollection_HAsciiString; class StepGeom_Line : public StepGeom_Curve { public: //! Returns a Line
Standard_EXPORT StepGeom_Line(); Standard_EXPORT virtual void Init(const Handle(TCollection_HAsciiString)& aName) ; Standard_EXPORT virtual void Init(const Handle(TCollection_HAsciiString)& aName,const Handle(StepGeom_CartesianPoint)& aPnt,const Handle(StepGeom_Vector)& aDir) ; Standard_EXPORT void SetPnt(const Handle(StepGeom_CartesianPoint)& aPnt) ; Standard_EXPORT Handle_StepGeom_CartesianPoint Pnt() const; Standard_EXPORT void SetDir(const Handle(StepGeom_Vector)& aDir) ; Standard_EXPORT Handle_StepGeom_Vector Dir() const; DEFINE_STANDARD_RTTI(StepGeom_Line) protected: private: Handle_StepGeom_CartesianPoint pnt; Handle_StepGeom_Vector dir; }; // other Inline functions and methods (like "C++: function call" methods) #endif