// 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 _ShapeFix_FaceConnect_HeaderFile #define _ShapeFix_FaceConnect_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _TopTools_DataMapOfShapeListOfShape_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _Standard_Real_HeaderFile #include #endif class TopoDS_Face; class TopoDS_Shell; class ShapeFix_FaceConnect { 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 ShapeFix_FaceConnect(); Standard_EXPORT Standard_Boolean Add(const TopoDS_Face& aFirst,const TopoDS_Face& aSecond) ; Standard_EXPORT TopoDS_Shell Build(const TopoDS_Shell& shell,const Standard_Real sewtoler,const Standard_Real fixtoler) ; //! Clears internal data structure
Standard_EXPORT void Clear() ; protected: private: TopTools_DataMapOfShapeListOfShape myConnected; TopTools_DataMapOfShapeListOfShape myOriFreeEdges; TopTools_DataMapOfShapeListOfShape myResFreeEdges; TopTools_DataMapOfShapeListOfShape myResSharEdges; }; // other Inline functions and methods (like "C++: function call" methods) #endif