// 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 _LocOpe_Gluer_HeaderFile #define _LocOpe_Gluer_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _TopoDS_Shape_HeaderFile #include #endif #ifndef _TopAbs_Orientation_HeaderFile #include #endif #ifndef _LocOpe_Operation_HeaderFile #include #endif #ifndef _TopTools_IndexedDataMapOfShapeShape_HeaderFile #include #endif #ifndef _TopTools_DataMapOfShapeShape_HeaderFile #include #endif #ifndef _TopTools_DataMapOfShapeListOfShape_HeaderFile #include #endif #ifndef _TopTools_ListOfShape_HeaderFile #include #endif class StdFail_NotDone; class Standard_NoSuchObject; class Standard_ConstructionError; class TopoDS_Shape; class TopoDS_Face; class TopoDS_Edge; class TopTools_ListOfShape; class LocOpe_Gluer { 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); } LocOpe_Gluer(); LocOpe_Gluer(const TopoDS_Shape& Sbase,const TopoDS_Shape& Snew); Standard_EXPORT void Init(const TopoDS_Shape& Sbase,const TopoDS_Shape& Snew) ; Standard_EXPORT void Bind(const TopoDS_Face& Fnew,const TopoDS_Face& Fbase) ; Standard_EXPORT void Bind(const TopoDS_Edge& Enew,const TopoDS_Edge& Ebase) ; LocOpe_Operation OpeType() const; Standard_EXPORT void Perform() ; Standard_Boolean IsDone() const; const TopoDS_Shape& ResultingShape() const; Standard_EXPORT const TopTools_ListOfShape& DescendantFaces(const TopoDS_Face& F) const; const TopoDS_Shape& BasisShape() const; const TopoDS_Shape& GluedShape() const; Standard_EXPORT const TopTools_ListOfShape& Edges() const; Standard_EXPORT const TopTools_ListOfShape& TgtEdges() const; protected: private: Standard_EXPORT void AddEdges() ; Standard_Boolean myDone; TopoDS_Shape mySb; TopoDS_Shape mySn; TopoDS_Shape myRes; TopAbs_Orientation myOri; LocOpe_Operation myOpe; TopTools_IndexedDataMapOfShapeShape myMapEF; TopTools_DataMapOfShapeShape myMapEE; TopTools_DataMapOfShapeListOfShape myDescF; TopTools_ListOfShape myEdges; TopTools_ListOfShape myTgtEdges; }; #include // other Inline functions and methods (like "C++: function call" methods) #endif