![]() |
ImFusion SDK 4.3
|
#include <ImFusion/Core/PropertiesDetail.h>
Helper class to enable the convenience Properties constructor taking an initializer list. More...
Helper class to enable the convenience Properties constructor taking an initializer list.
Public Member Functions | |
StringAccepter (double v) | |
StringAccepter (int v) | |
StringAccepter (const char *v) | |
StringAccepter (std::string v) | |
template<typename T, int rows, int cols> | |
StringAccepter (const Eigen::Matrix< T, rows, cols > value) | |
StringAccepter (const Eigen::MatrixXd value) | |
Public Attributes | |
std::string | str = {} |
ParamType | type = ParamType::Unknown |