// 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 _BRepFeat_Builder_HeaderFile #define _BRepFeat_Builder_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _LocOpe_Builder_HeaderFile #include #endif #ifndef _TopTools_MapOfShape_HeaderFile #include #endif #ifndef _TopTools_ListOfShape_HeaderFile #include #endif #ifndef _BRepBuilderAPI_MakeShape_HeaderFile #include #endif class StdFail_NotDone; class Standard_ConstructionError; class TopoDS_Shape; class TopTools_ListOfShape; //! Provides the implementation of all methods
//! required by BRepCtx for class using a Builder from
//! LocOpe. All features have to inherit from this
//! class.
class BRepFeat_Builder : public BRepBuilderAPI_MakeShape { 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); } //! Initializes a local operation on .
void Init(const TopoDS_Shape& S) ; //! Initializes a local operation between and .
//! Raises ConstructionError if is a null shape.
void Init(const TopoDS_Shape& S,const TopoDS_Shape& T) ; //! Returns the list of generated Faces.
Standard_EXPORT const TopTools_ListOfShape& Modified(const TopoDS_Shape& F) ; protected: //! Empty constructor.
BRepFeat_Builder(); //! Creates a local operation on .
BRepFeat_Builder(const TopoDS_Shape& S); //! Creates a local operation between and .
BRepFeat_Builder(const TopoDS_Shape& S,const TopoDS_Shape& T); LocOpe_Builder myBuilder; TopTools_MapOfShape myMap; TopTools_ListOfShape myGenFaces; private: }; #include // other Inline functions and methods (like "C++: function call" methods) #endif