Vector3fWidgets.h File Reference
#include <QWidget>
#include <QDoubleSpinBox>
#include <QHBoxLayout>
#include "Basic.h"
+ Include dependency graph for Vector3fWidgets.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Vector3fSpinBoxesHandler
 

Namespaces

 armarx
 This file offers overloads of toIce() and fromIce() functions for STL container types.
 
 armarx::RemoteGui
 

Macros

#define cmp_or_log(l, c, r)
 

Macro Definition Documentation

◆ cmp_or_log

#define cmp_or_log (   l,
  c,
 
)
Value:
(l c r ? true : \
( \
out << " FAILED: " #l " " #c " " #r " " \
<< VAROUT(l) << ", " << VAROUT(r) << '\n',\
false \
))
c
constexpr T c
Definition: UnscentedKalmanFilterTest.cpp:43
VAROUT
#define VAROUT(x)
Definition: StringHelpers.h:182