// 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_SolidAreaBuilder_HeaderFile #define _BOP_SolidAreaBuilder_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _BOP_Area3dBuilder_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif class BOP_LoopSet; class BOP_LoopClassifier; //! construct Areas for Solids from a Shell Faces Set
class BOP_SolidAreaBuilder : public BOP_Area3dBuilder { 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_SolidAreaBuilder(); //! Creates an object to build solids on
//! the (shells, blocks of faces) of ,
//! using the classifier .
Standard_EXPORT BOP_SolidAreaBuilder(BOP_LoopSet& LS,BOP_LoopClassifier& LC,const Standard_Boolean ForceClassFlag = Standard_False); //! Initialize the object to find the areas of
//! the shapes described by ,
//! using the classifier .
Standard_EXPORT void InitSolidAreaBuilder(BOP_LoopSet& LS,BOP_LoopClassifier& LC,const Standard_Boolean ForceClassFlag) ; protected: private: }; // other Inline functions and methods (like "C++: function call" methods) #endif