// 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 _LProp3d_CurveTool_HeaderFile #define _LProp3d_CurveTool_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Handle_Adaptor3d_HCurve_HeaderFile #include #endif #ifndef _Standard_Real_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif class Adaptor3d_HCurve; class gp_Pnt; class gp_Vec; class LProp3d_CurveTool { public: void* operator new(size_t,void* anAddress) { return anAddress; } void* operator new(size_t size) { return Standard::Allocate(size); } void operator delete(void *anAddress) { if (anAddress) Standard::Free((Standard_Address&)anAddress); } //! Computes the point

of parameter on the HCurve .
Standard_EXPORT static void Value(const Handle(Adaptor3d_HCurve)& C,const Standard_Real U,gp_Pnt& P) ; //! Computes the point

and first derivative of
//! parameter on the HCurve .
Standard_EXPORT static void D1(const Handle(Adaptor3d_HCurve)& C,const Standard_Real U,gp_Pnt& P,gp_Vec& V1) ; //! Computes the point

, the first derivative and second
//! derivative of parameter on the HCurve .
Standard_EXPORT static void D2(const Handle(Adaptor3d_HCurve)& C,const Standard_Real U,gp_Pnt& P,gp_Vec& V1,gp_Vec& V2) ; //! Computes the point

, the first derivative , the
//! second derivative and third derivative of
//! parameter on the HCurve .
Standard_EXPORT static void D3(const Handle(Adaptor3d_HCurve)& C,const Standard_Real U,gp_Pnt& P,gp_Vec& V1,gp_Vec& V2,gp_Vec& V3) ; //! returns the order of continuity of the HCurve .
//! returns 1 : first derivative only is computable
//! returns 2 : first and second derivative only are computable.
//! returns 3 : first, second and third are computable.
Standard_EXPORT static Standard_Integer Continuity(const Handle(Adaptor3d_HCurve)& C) ; //! returns the first parameter bound of the HCurve.
//!
Standard_EXPORT static Standard_Real FirstParameter(const Handle(Adaptor3d_HCurve)& C) ; //! returns the last parameter bound of the HCurve.
//! FirstParameter must be less than LastParamenter.
Standard_EXPORT static Standard_Real LastParameter(const Handle(Adaptor3d_HCurve)& C) ; protected: private: }; // other Inline functions and methods (like "C++: function call" methods) #endif