// 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 _Extrema_CurveTool_HeaderFile #define _Extrema_CurveTool_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Standard_Real_HeaderFile #include #endif #ifndef _GeomAbs_Shape_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _GeomAbs_CurveType_HeaderFile #include #endif #ifndef _gp_Pnt_HeaderFile #include #endif #ifndef _gp_Lin_HeaderFile #include #endif #ifndef _gp_Circ_HeaderFile #include #endif #ifndef _gp_Elips_HeaderFile #include #endif #ifndef _gp_Hypr_HeaderFile #include #endif #ifndef _gp_Parab_HeaderFile #include #endif #ifndef _Handle_Geom_BezierCurve_HeaderFile #include #endif #ifndef _Handle_Geom_BSplineCurve_HeaderFile #include #endif class Adaptor3d_Curve; class TColStd_Array1OfReal; class gp_Pnt; class gp_Vec; class Geom_BezierCurve; class Geom_BSplineCurve; class Extrema_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); } static Standard_Real FirstParameter(const Adaptor3d_Curve& C) ; static Standard_Real LastParameter(const Adaptor3d_Curve& C) ; static GeomAbs_Shape Continuity(const Adaptor3d_Curve& C) ; //! Returns the number of intervals for continuity
//! . May be one if Continuity(me) >=
static Standard_Integer NbIntervals(Adaptor3d_Curve& C,const GeomAbs_Shape S) ; //! Stores in the parameters bounding the intervals
//! of continuity .
//!
//! The array must provide enough room to accomodate
//! for the parameters. i.e. T.Length() > NbIntervals()
static void Intervals(Adaptor3d_Curve& C,TColStd_Array1OfReal& T,const GeomAbs_Shape S) ; Standard_EXPORT static Standard_Boolean IsPeriodic(const Adaptor3d_Curve& C) ; static Standard_Real Period(const Adaptor3d_Curve& C) ; static Standard_Real Resolution(const Adaptor3d_Curve& C,const Standard_Real R3d) ; static GeomAbs_CurveType GetType(const Adaptor3d_Curve& C) ; static gp_Pnt Value(const Adaptor3d_Curve& C,const Standard_Real U) ; static void D1(const Adaptor3d_Curve& C,const Standard_Real U,gp_Pnt& P,gp_Vec& V) ; static void D2(const Adaptor3d_Curve& C,const Standard_Real U,gp_Pnt& P,gp_Vec& V1,gp_Vec& V2) ; static gp_Lin Line(const Adaptor3d_Curve& C) ; static gp_Circ Circle(const Adaptor3d_Curve& C) ; static gp_Elips Ellipse(const Adaptor3d_Curve& C) ; static gp_Hypr Hyperbola(const Adaptor3d_Curve& C) ; static gp_Parab Parabola(const Adaptor3d_Curve& C) ; static Standard_Integer Degree(const Adaptor3d_Curve& C) ; static Standard_Boolean IsRational(const Adaptor3d_Curve& C) ; static Standard_Integer NbPoles(const Adaptor3d_Curve& C) ; static Standard_Integer NbKnots(const Adaptor3d_Curve& C) ; static Handle_Geom_BezierCurve Bezier(const Adaptor3d_Curve& C) ; static Handle_Geom_BSplineCurve BSpline(const Adaptor3d_Curve& C) ; protected: private: }; #include // other Inline functions and methods (like "C++: function call" methods) #endif