// 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 _BRepBuilderAPI_Collect_HeaderFile #define _BRepBuilderAPI_Collect_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _TopoDS_Shape_HeaderFile #include #endif #ifndef _TopTools_MapOfShape_HeaderFile #include #endif #ifndef _TopTools_DataMapOfShapeListOfShape_HeaderFile #include #endif class TopoDS_Shape; class BRepBuilderAPI_MakeShape; class TopTools_DataMapOfShapeListOfShape; class BRepBuilderAPI_Collect { 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 BRepBuilderAPI_Collect(); Standard_EXPORT void Add(const TopoDS_Shape& SI,BRepBuilderAPI_MakeShape& MKS) ; Standard_EXPORT void AddGenerated(const TopoDS_Shape& S,const TopoDS_Shape& Gen) ; Standard_EXPORT void AddModif(const TopoDS_Shape& S,const TopoDS_Shape& Mod) ; Standard_EXPORT void Filter(const TopoDS_Shape& SF) ; Standard_EXPORT const TopTools_DataMapOfShapeListOfShape& Modification() const; Standard_EXPORT const TopTools_DataMapOfShapeListOfShape& Generated() const; protected: private: TopoDS_Shape myInitialShape; TopTools_MapOfShape myDeleted; TopTools_DataMapOfShapeListOfShape myMod; TopTools_DataMapOfShapeListOfShape myGen; }; // other Inline functions and methods (like "C++: function call" methods) #endif