CTK  0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
Classes | Macros
ctkEventTranslatorPlayerWidget.h File Reference
#include <QDateTime>
#include <QMainWindow>
#include "ctkQtTestingExport.h"
Include dependency graph for ctkEventTranslatorPlayerWidget.h:

Go to the source code of this file.

Classes

class  ctkEventTranslatorPlayerWidget
 

Macros

#define CTKCOMPARE(actual, expected)
 

Macro Definition Documentation

◆ CTKCOMPARE

#define CTKCOMPARE (   actual,
  expected 
)
Value:
do \
{\
if (!ctkEventTranslatorPlayerWidget::compare(actual, expected, #actual, #expected, __FILE__, __LINE__))\
{ \
return;\
} \
} while (0)
static bool compare(const double &actual, const double &expected, const char *actualName, const char *expectedName, const char *function, int line)

Definition at line 42 of file ctkEventTranslatorPlayerWidget.h.