// 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 _HLRTopoBRep_FaceIsoLiner_HeaderFile #define _HLRTopoBRep_FaceIsoLiner_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _Standard_Real_HeaderFile #include #endif #ifndef _Handle_Geom2d_Line_HeaderFile #include #endif class TopoDS_Face; class HLRTopoBRep_Data; class TopoDS_Vertex; class TopoDS_Edge; class gp_Pnt; class Geom2d_Line; class HLRTopoBRep_FaceIsoLiner { 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 void Perform(const Standard_Integer FI,const TopoDS_Face& F,HLRTopoBRep_Data& DS,const Standard_Integer nbIsos) ; Standard_EXPORT static TopoDS_Vertex MakeVertex(const TopoDS_Edge& E,const gp_Pnt& P,const Standard_Real Par,const Standard_Real Tol,HLRTopoBRep_Data& DS) ; Standard_EXPORT static void MakeIsoLine(const TopoDS_Face& F,const Handle(Geom2d_Line)& Iso,TopoDS_Vertex& V1,TopoDS_Vertex& V2,const Standard_Real U1,const Standard_Real U2,const Standard_Real Tol,HLRTopoBRep_Data& DS) ; protected: private: }; // other Inline functions and methods (like "C++: function call" methods) #endif