|
#include <string>
#include <QRegExp>
#include <ArmarXCore/util/CPPUtility/trace.h>
#include <ArmarXCore/core/util/FileSystemPathBuilder.h>
#include "FTSensorCalibrationGuiWidgetController.h"
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) if constexpr(std::is_same_v<T, type>) { return str.fn() ; } else |
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) |