// 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 _HLRBRep_CLPropsATool_HeaderFile #define _HLRBRep_CLPropsATool_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Standard_Address_HeaderFile #include #endif #ifndef _Standard_Real_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif class gp_Pnt2d; class gp_Vec2d; class HLRBRep_CLPropsATool { 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
//! Curve from HLRBRep .
static void Value(const Standard_Address A,const Standard_Real U,gp_Pnt2d& P) ; //! Computes the point

and first derivative
//! of parameter on the curve .
static void D1(const Standard_Address A,const Standard_Real U,gp_Pnt2d& P,gp_Vec2d& V1) ; //! Computes the point

, the first derivative
//! and second derivative of parameter on the
//! curve .
static void D2(const Standard_Address A,const Standard_Real U,gp_Pnt2d& P,gp_Vec2d& V1,gp_Vec2d& V2) ; //! Computes the point

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