FTSensorCalibrationGuiWidgetController.cpp File Reference
#include "FTSensorCalibrationGuiWidgetController.h"
#include <string>
#include <QRegExp>
#include <VirtualRobot/RobotNodeSet.h>
#include <ArmarXCore/core/util/FileSystemPathBuilder.h>
#include <ArmarXCore/util/CPPUtility/trace.h>
+ Include dependency graph for FTSensorCalibrationGuiWidgetController.cpp:

Go to the source code of this file.

Namespaces

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

Macros

#define option(type, fn)
 

Functions

void read (auto &eigen, auto *table)
 
template<class T >
T str_to_val (const auto &str)
 
template<class T >
void str_to_val (const auto &str, T &val)
 
template<class T >
T str_to_val_with_opt_on_empty (const auto &str, T opt)
 

Macro Definition Documentation

◆ option

#define option (   type,
  fn 
)
Value:
if constexpr (std::is_same_v<T, type>) \
{ \
return str.fn(); \
} \
else
str
std::string str(const T &t)
Definition: UserAssistedSegmenterGuiWidgetController.cpp:43