// 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 _BOPTest_HeaderFile #define _BOPTest_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif class Draw_Interpretor; class BOPTest_DrawableShape; //!
class BOPTest { 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); } //! Defines all commands.
Standard_EXPORT static void AllCommands(Draw_Interpretor& DI) ; Standard_EXPORT static void MTestCommands(Draw_Interpretor& DI) ; Standard_EXPORT static void TSTCommands(Draw_Interpretor& DI) ; Standard_EXPORT static void EFCommands(Draw_Interpretor& DI) ; Standard_EXPORT static void LowCommands(Draw_Interpretor& DI) ; Standard_EXPORT static void BOPCommands(Draw_Interpretor& DI) ; Standard_EXPORT static void WSplitCommands(Draw_Interpretor& DI) ; Standard_EXPORT static void CurveCommands(Draw_Interpretor& DI) ; Standard_EXPORT static void TolerCommands(Draw_Interpretor& DI) ; Standard_EXPORT static void CheckCommands(Draw_Interpretor& DI) ; //! Loads all Draw commands for Geometry & Topology. Used for plugin.
Standard_EXPORT static void Factory(Draw_Interpretor& theDI) ; protected: private: friend class BOPTest_DrawableShape; }; // other Inline functions and methods (like "C++: function call" methods) #endif