Storage.cpp File Reference
#include "Storage.h"
+ Include dependency graph for Storage.cpp:

Go to the source code of this file.

Namespaces

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

Functions

bool buttonClicked (RemoteGui::ValueMap const &newValues, RemoteGui::ValueMap const &oldValues, std::string const &name)
 
Eigen::Vector3f fromIce (Vector3f v)
 
Eigen::Vector3i fromIce (Vector3i v)
 
void getValueFromMap (bool &val, const ValueMap &values, const std::string &name)
 
void getValueFromMap (Eigen::Matrix4f &val, const ValueMap &values, const std::string &name)
 
void getValueFromMap (Eigen::Vector3f &val, const ValueMap &values, const std::string &name)
 
void getValueFromMap (float &val, const ValueMap &values, const std::string &name)
 
void getValueFromMap (int &val, const ValueMap &values, const std::string &name)
 
void getValueFromMap (std::string &val, const ValueMap &values, const std::string &name)
 
const char * getVariantTypeName (ValueVariantType type)
 
ValueVariant makeValue (bool value)
 
ValueVariant makeValue (const Eigen::Matrix4f &value)
 
ValueVariant makeValue (const Eigen::Vector3f &value)
 
ValueVariant makeValue (float value)
 
ValueVariant makeValue (int value)
 
ValueVariant makeValue (std::string value)
 
bool operator!= (const ValueVariant &left, const ValueVariant &right)
 
bool operator== (const ValueVariant &left, const ValueVariant &right)
 
Vector3f toIceF (Eigen::Vector3f v)
 
Vector3i toIceI (Eigen::Vector3i v)