// 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 _TopOpeBRepBuild_WireToFace_HeaderFile #define _TopOpeBRepBuild_WireToFace_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _TopTools_ListOfShape_HeaderFile #include #endif class TopoDS_Wire; class TopoDS_Face; class TopTools_ListOfShape; //! This class builds faces from a set of wires SW and a face F.
//! The face must have and underlying surface, say S.
//! All of the edges of all of the wires must have a 2d representation
//! on surface S (except if S is planar)
class TopOpeBRepBuild_WireToFace { 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 TopOpeBRepBuild_WireToFace(); Standard_EXPORT void Init() ; Standard_EXPORT void AddWire(const TopoDS_Wire& W) ; Standard_EXPORT void MakeFaces(const TopoDS_Face& F,TopTools_ListOfShape& LF) ; protected: private: TopTools_ListOfShape myLW; }; // other Inline functions and methods (like "C++: function call" methods) #endif