// 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_EdgeFaceTool_HeaderFile #define _HLRBRep_EdgeFaceTool_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Standard_Real_HeaderFile #include #endif #ifndef _Standard_Address_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif class gp_Dir; //! The EdgeFaceTool computes the UV coordinates at a
//! given parameter on a Curve and a Surface. It also
//! compute the signed curvature value in a direction
//! at a given u,v point on a surface.
class HLRBRep_EdgeFaceTool { 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); } Standard_EXPORT static Standard_Real CurvatureValue(const Standard_Address F,const Standard_Real U,const Standard_Real V,const gp_Dir& Tg) ; //! return True if U and V are found.
Standard_EXPORT static Standard_Boolean UVPoint(const Standard_Real Par,const Standard_Address E,const Standard_Address F,Standard_Real& U,Standard_Real& V) ; protected: private: }; // other Inline functions and methods (like "C++: function call" methods) #endif