// 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 _StdPrs_ToolRFace_HeaderFile #define _StdPrs_ToolRFace_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _TopoDS_Face_HeaderFile #include #endif #ifndef _TopExp_Explorer_HeaderFile #include #endif #ifndef _Geom2dAdaptor_Curve_HeaderFile #include #endif #ifndef _Handle_BRepAdaptor_HSurface_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _Adaptor2d_Curve2dPtr_HeaderFile #include #endif #ifndef _TopAbs_Orientation_HeaderFile #include #endif class BRepAdaptor_HSurface; class StdPrs_ToolRFace { 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 StdPrs_ToolRFace(); Standard_EXPORT StdPrs_ToolRFace(const Handle(BRepAdaptor_HSurface)& aSurface); Standard_EXPORT Standard_Boolean IsOriented() const; Standard_EXPORT void Init() ; Standard_EXPORT Standard_Boolean More() const; Standard_EXPORT void Next() ; Standard_EXPORT Adaptor2d_Curve2dPtr Value() const; Standard_EXPORT TopAbs_Orientation Orientation() const; protected: private: TopoDS_Face myFace; TopExp_Explorer myExplorer; Geom2dAdaptor_Curve DummyCurve; }; // other Inline functions and methods (like "C++: function call" methods) #endif