|
#include "AronTreeWidgetSetter.h"
#include <string>
#include "../ListDictHelper.h"
#include "../widgets/EditMatrixWidget.h"
#include "../widgets/IntEnumWidget.h"
#include "../widgets/QuaternionWidget.h"
#include "AronTreeWidgetContextMenu.h"
#include "AronTreeWidgetCreator.h"
Go to the source code of this file.
Namespaces | |
armarx | |
This file offers overloads of toIce() and fromIce() functions for STL container types. | |
Functions | |
template<typename T > | |
std::string | usString (T number, size_t precision=3) |
void | visitMatrix (EditMatrixWidget *matrixWidget, const std::shared_ptr< armarx::aron::type::Matrix > &matrixType, const aron::data::NDArrayPtr &arr) |
void | visitQuaternion (QuaternionWidget *quatWidget, std::shared_ptr< armarx::aron::type::Quaternion > &quatType, const aron::data::NDArrayPtr &arr) |
std::string usString | ( | T | number, |
size_t | precision = 3 |
||
) |