File indexing completed on 2026-09-14 09:13:47
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016 #ifndef _BOPTest_HeaderFile
0017 #define _BOPTest_HeaderFile
0018
0019 #include <Standard.hxx>
0020 #include <Standard_DefineAlloc.hxx>
0021 #include <Standard_Handle.hxx>
0022 #include <BOPAlgo_Operation.hxx>
0023
0024 #include <Draw_Interpretor.hxx>
0025 class Message_Report;
0026
0027 class BOPTest
0028 {
0029 public:
0030 DEFINE_STANDARD_ALLOC
0031
0032 Standard_EXPORT static void AllCommands(Draw_Interpretor& aDI);
0033
0034 Standard_EXPORT static void BOPCommands(Draw_Interpretor& aDI);
0035
0036 Standard_EXPORT static void CheckCommands(Draw_Interpretor& aDI);
0037
0038 Standard_EXPORT static void TolerCommands(Draw_Interpretor& aDI);
0039
0040 Standard_EXPORT static void LowCommands(Draw_Interpretor& aDI);
0041
0042 Standard_EXPORT static void ObjCommands(Draw_Interpretor& aDI);
0043
0044 Standard_EXPORT static void PartitionCommands(Draw_Interpretor& aDI);
0045
0046 Standard_EXPORT static void APICommands(Draw_Interpretor& aDI);
0047
0048 Standard_EXPORT static void OptionCommands(Draw_Interpretor& aDI);
0049
0050 Standard_EXPORT static void Factory(Draw_Interpretor& aDI);
0051
0052 Standard_EXPORT static void DebugCommands(Draw_Interpretor& aDI);
0053
0054 Standard_EXPORT static void CellsCommands(Draw_Interpretor& aDI);
0055
0056 Standard_EXPORT static void UtilityCommands(Draw_Interpretor& aDI);
0057
0058 Standard_EXPORT static void RemoveFeaturesCommands(Draw_Interpretor& aDI);
0059
0060 Standard_EXPORT static void PeriodicityCommands(Draw_Interpretor& aDI);
0061
0062 Standard_EXPORT static void MkConnectedCommands(Draw_Interpretor& aDI);
0063
0064
0065
0066 Standard_EXPORT static void ReportAlerts(const occ::handle<Message_Report>& theReport);
0067
0068
0069
0070 Standard_EXPORT static BOPAlgo_Operation GetOperationType(const char* const theOp);
0071 };
0072
0073 #endif