7 #include <ArmarXCore/interface/core/BasicTypes.h>
13 void fromIce(Eigen::Vector2f& e,
const Ice::FloatSeq& ice);
15 void toIce(
const Eigen::Vector2f& e, Ice::FloatSeq& ice);
17 void fromIce(Eigen::Vector2d& e,
const Ice::FloatSeq& ice);
19 void toIce(
const Eigen::Vector2d& e, Ice::FloatSeq& ice);
21 void fromIce(Eigen::Vector3f& e,
const Ice::FloatSeq& ice);
23 void toIce(
const Eigen::Vector3f& e, Ice::FloatSeq& ice);
25 void fromIce(Eigen::Vector3d& e,
const Ice::DoubleSeq& ice);
27 void toIce(
const Eigen::Vector3d& e, Ice::DoubleSeq& ice);
29 void fromIce(Eigen::Vector4f& e,
const Ice::FloatSeq& ice);
31 void toIce(
const Eigen::Vector4f& e, Ice::FloatSeq& ice);
33 void fromIce(Eigen::Vector4d& e,
const Ice::DoubleSeq& ice);
35 void toIce(
const Eigen::Vector4d& e, Ice::DoubleSeq& ice);
41 void fromIce(Eigen::Matrix2d& e,
const armarx::DoubleSeqSeq& ice);
43 void toIce(
const Eigen::Matrix2d& e, armarx::DoubleSeqSeq& ice);
49 void fromIce(Eigen::Matrix3d& e,
const armarx::DoubleSeqSeq& ice);
51 void toIce(
const Eigen::Matrix3d& e, armarx::DoubleSeqSeq& ice);
57 void fromIce(Eigen::Matrix4d& e,
const armarx::DoubleSeqSeq& ice);
59 void toIce(
const Eigen::Matrix4d& e, armarx::DoubleSeqSeq& ice);