// 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 _PGeom_Conic_HeaderFile #define _PGeom_Conic_HeaderFile #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Standard_HeaderFile #include #endif #ifndef _Handle_PGeom_Conic_HeaderFile #include #endif #ifndef _gp_Ax2_HeaderFile #include #endif #ifndef _PGeom_Curve_HeaderFile #include #endif class gp_Ax2; class PGeom_Conic : public PGeom_Curve { public: //! Set the value of the field position with .
Standard_EXPORT void Position(const gp_Ax2& aPosition) ; //! Returns the value of the field .
Standard_EXPORT gp_Ax2 Position() const; PGeom_Conic(const Storage_stCONSTclCOM& a) : PGeom_Curve(a) { } const gp_Ax2& _CSFDB_GetPGeom_Conicposition() const { return position; } DEFINE_STANDARD_RTTI(PGeom_Conic) protected: //! Initializes the field(s) with default value(s).
Standard_EXPORT PGeom_Conic(); //! Initializes the field position with .
Standard_EXPORT PGeom_Conic(const gp_Ax2& aPosition); gp_Ax2 position; private: }; // other Inline functions and methods (like "C++: function call" methods) #endif