|
Gaia
|
#include <parameter.h>
Public Member Functions | |
| template<typename T > | |
| Parameter (const T &val) | |
| operator QString () const | |
| Parameter (float x) | |
| Parameter (const Array< Real > &val) | |
| Array< Real > | toArrayReal () const |
| Parameter (const RealDescriptor &val) | |
| RealDescriptor | toRealDescriptor () const |
| Parameter (const StringDescriptor &val) | |
| StringDescriptor | toStringDescriptor () const |
| Parameter (const ParameterMap ¶meterMap) | |
| ParameterMap | toParameterMap () const |
| Parameter (const Eigen::MatrixXf &matrix) | |
| Eigen::MatrixXf | toMatrix () const |
| Parameter (const Transformation &transfo) | |
| Transformation | toTransformation () const |
| Parameter (const TransfoChain &history) | |
| TransfoChain | toHistory () const |
| Parameter (const QList< QPointF > &coords) | |
| QList< QPointF > | toCoords () const |
| Parameter (const PointLayout &layout) | |
| PointLayout | toPointLayout () const |