// 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 _BOP_WireShape_HeaderFile #define _BOP_WireShape_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _TopTools_ListOfShape_HeaderFile #include #endif #ifndef _BOP_Builder_HeaderFile #include #endif //! The Root class to perform a Boolean Operations (BO)
//! Common,Cut,Fuse between arguments when one of them is
//! a wire
class BOP_WireShape : public BOP_Builder { 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); } //! Empty constructor;
Standard_EXPORT BOP_WireShape(); Standard_EXPORT void AddSplitPartsINOUT() ; Standard_EXPORT void AddSplitPartsON() ; //! Constructs the result of the BO
Standard_EXPORT void MakeResult() ; protected: TopTools_ListOfShape myLS; private: }; // other Inline functions and methods (like "C++: function call" methods) #endif