Specialization of convert for fixed size Eigen::Matrix.
More...
#include <SurgSim/Math/MathConvert.h>
|
static Node | encode (const typename Eigen::Matrix< Type, Rows, Cols, MOpt > &rhs) |
|
static bool | decode (const Node &node, typename Eigen::Matrix< Type, Rows, Cols, MOpt > &rhs) |
|
template<typename Type, int Rows, int Cols, int MOpt>
struct YAML::convert< typename Eigen::Matrix< Type, Rows, Cols, MOpt > >
Specialization of convert for fixed size Eigen::Matrix.
§ decode()
template<class Type , int Rows, int Cols, int MOpt>
SURGSIM_DOUBLE_SPECIALIZATION bool YAML::convert< typename Eigen::Matrix< Type, Rows, Cols, MOpt > >::decode |
( |
const Node & |
node, |
|
|
typename Eigen::Matrix< Type, Rows, Cols, MOpt > & |
rhs |
|
) |
| |
|
static |
§ encode()
template<class Type , int Rows, int Cols, int MOpt>
SURGSIM_DOUBLE_SPECIALIZATION YAML::Node YAML::convert< typename Eigen::Matrix< Type, Rows, Cols, MOpt > >::encode |
( |
const typename Eigen::Matrix< Type, Rows, Cols, MOpt > & |
rhs | ) |
|
|
static |
The documentation for this struct was generated from the following files: