// 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_WireWire_HeaderFile #define _BOP_WireWire_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _BOP_WireShape_HeaderFile #include #endif class BOPTools_DSFiller; //!
//! Performs Boolean Operations (BO)
//! Common,Cut,Fuse for wires as
//! arguments
class BOP_WireWire : public BOP_WireShape { 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_WireWire(); //! (See base classes, please)
Standard_EXPORT virtual void Do() ; //! (See base classes, please)
Standard_EXPORT virtual void DoWithFiller(const BOPTools_DSFiller& aDSF) ; //! Destructor
Standard_EXPORT virtual void Destroy() ; Standard_EXPORT virtual ~BOP_WireWire(){Destroy();} //! See base classes, please
Standard_EXPORT virtual void BuildResult() ; protected: private: }; // other Inline functions and methods (like "C++: function call" methods) #endif