//---------------------------------------------------------
#define USE_DEBUG
-static const char *dbg_class = "CAM_Application";
+#define MBCLASSNAME "CAM_Application"
#include "MBDebug.h"
//---------------------------------------------------------
//---------------------------------------------------------
#define USE_DEBUG
-static const char *dbg_class = "CAM_Module";
+#define MBCLASSNAME "CAM_Module"
#include "MBDebug.h"
//---------------------------------------------------------
//---------------------------------------------------------
#define USE_DEBUG
-static const char *dbg_class = "LightApp_Application";
+#define MBCLASSNAME "LightApp_Application"
#include "MBDebug.h"
#include "MBSUIT.h"
//---------------------------------------------------------
//---------------------------------------------------------
#define USE_DEBUG
-static const char *dbg_class = "LightApp_DataModel";
+#define MBCLASSNAME "LightApp_DataModel"
#include "MBDebug.h"
//---------------------------------------------------------
//---------------------------------------------------------
#define USE_DEBUG
-static const char *dbg_class = "LightApp_DataObject";
+#define MBCLASSNAME "LightApp_DataObject"
#include "MBDebug.h"
#include "MBSUIT.h"
//---------------------------------------------------------
//---------------------------------------------------------
#define USE_DEBUG
-static const char *dbg_class = "LightApp_DataOwner";
+#define MBCLASSNAME "LightApp_DataOwner"
#include "MBDebug.h"
//---------------------------------------------------------
//---------------------------------------------------------
#define USE_DEBUG
-static const char *dbg_class = "LightApp_Displayer";
+#define MBCLASSNAME "LightApp_Displayer"
#include "MBDebug.h"
//---------------------------------------------------------
//---------------------------------------------------------
#define USE_DEBUG
-static const char *dbg_class = "LightApp_Driver";
+#define MBCLASSNAME "LightApp_Driver"
#include "MBDebug.h"
//---------------------------------------------------------
//---------------------------------------------------------
#define USE_DEBUG
-static const char *dbg_class = "LightApp_GVSelector";
+#define MBCLASSNAME "LightApp_GVSelector"
#include "MBDebug.h"
//---------------------------------------------------------
//---------------------------------------------------------
#define USE_DEBUG
-static const char *dbg_class = "LightApp_Module";
+#define MBCLASSNAME "LightApp_Module"
#include "MBDebug.h"
//---------------------------------------------------------
//---------------------------------------------------------
#define USE_DEBUG
-static const char *dbg_class = "LightApp_OBSelector";
+#define MBCLASSNAME "LightApp_OBSelector"
#include "MBDebug.h"
//---------------------------------------------------------
//---------------------------------------------------------
#define USE_DEBUG
-static const char *dbg_class = "LightApp_Operation";
+#define MBCLASSNAME "LightApp_Operation"
#include "MBDebug.h"
//---------------------------------------------------------
//---------------------------------------------------------
#define USE_DEBUG
-static const char *dbg_class = "LightApp_Selection";
+#define MBCLASSNAME "LightApp_Selection"
#include "MBDebug.h"
//---------------------------------------------------------
//---------------------------------------------------------
#define USE_DEBUG
-static const char *dbg_class = "LightApp_SelectionMgr";
+#define MBCLASSNAME "LightApp_SelectionMgr"
#include "MBDebug.h"
//---------------------------------------------------------
//---------------------------------------------------------
#define USE_DEBUG
-static const char *dbg_class = "LightApp_ShowHideOp";
+#define MBCLASSNAME "LightApp_ShowHideOp"
#include "MBDebug.h"
//---------------------------------------------------------
//---------------------------------------------------------
#define USE_DEBUG
-static const char *dbg_class = "OCCViewer_AISSelector";
+#define MBCLASSNAME "OCCViewer_AISSelector"
#include "MBDebug.h"
//---------------------------------------------------------
//---------------------------------------------------------
#define USE_DEBUG
-static const char *dbg_class = "OCCViewer_VService";
+#define MBCLASSNAME "OCCViewer_VService"
#include "MBDebug.h"
//---------------------------------------------------------
//---------------------------------------------------------
#define USE_DEBUG
-static const char *dbg_class = "OCCViewer_ViewFrame";
+#define MBCLASSNAME "OCCViewer_ViewFrame"
#include "MBDebug.h"
//---------------------------------------------------------
//---------------------------------------------------------
#define USE_DEBUG
-static const char *dbg_class = "OCCViewer_ViewManager";
+#define MBCLASSNAME "OCCViewer_ViewManager"
#include "MBDebug.h"
//---------------------------------------------------------
//---------------------------------------------------------
#define USE_DEBUG
-static const char *dbg_class = "OCCViewer_ViewModel";
+#define MBCLASSNAME "OCCViewer_ViewModel"
#include "MBDebug.h"
//---------------------------------------------------------
//---------------------------------------------------------
#define USE_DEBUG
-static const char *dbg_class = "OCCViewer_ViewPort";
+#define MBCLASSNAME "OCCViewer_ViewPort"
#include "MBDebug.h"
//---------------------------------------------------------
//---------------------------------------------------------
#define USE_DEBUG
-static const char *dbg_class = "OCCViewer_ViewPort3d";
+#define MBCLASSNAME "OCCViewer_ViewPort3d"
#include "MBDebug.h"
//---------------------------------------------------------
//---------------------------------------------------------
#define USE_DEBUG
-static const char *dbg_class = "OCCViewer_ViewWindow";
+#define MBCLASSNAME "OCCViewer_ViewWindow"
#include "MBDebug.h"
//---------------------------------------------------------
void* theClientData,
void* vtkNotUsed(theCallData))
{
- DBG_FUN();
+ DBG_FUNC();
SVTK_Renderer* self = reinterpret_cast<SVTK_Renderer*>(theClientData);
switch(theEvent){
void* theClientData,
void* /*theCallData*/)
{
- DBG_FUN();
+ DBG_FUNC();
SVTK_ViewWindow* self = reinterpret_cast<SVTK_ViewWindow*>(theClientData);
if(self)
self->emitTransformed();