| 
| Eigen::Displacementd  | eigenVectorToDisplacementd (const Eigen::VectorXd &eigenVector) | 
|   | 
| std::vector< Eigen::Displacementd >  | eigenVectorToDisplacementd (const std::vector< Eigen::VectorXd > &eigenVector) | 
|   | 
| Eigen::Twistd  | eigenVectorToTwistd (const Eigen::VectorXd &eigenVector, bool linearOnly=true, bool angularOnly=false) | 
|   | 
| Eigen::Wrenchd  | eigenVectorToWrenchd (const Eigen::VectorXd &eigenVector, bool linearOnly=true, bool angularOnly=false) | 
|   | 
| std::string  | convertToLowerCase (const std::string &originalString) | 
|   | 
| std::string  | convertToUpperCase (const std::string &originalString) | 
|   | 
| Eigen::VectorXd  | stringToVectorXd (const char *valueString) | 
|   | 
| Eigen::VectorXi  | stringToVectorXi (const char *valueString) | 
|   | 
| std::string  | getDisplacementArgs (TiXmlElement *xmlElem) | 
|   | 
| std::vector< double >  | pourBottleIntoStdVector (yarp::os::Bottle bottle, int &indexesToSkip) | 
|   | 
| Eigen::VectorXd  | pourBottleIntoEigenVector (yarp::os::Bottle bottle, int &indexesToSkip) | 
|   | 
| Eigen::VectorXi  | pourBottleIntoEigenVectorXi (yarp::os::Bottle bottle, int &indexesToSkip) | 
|   | 
| Eigen::Displacementd  | pourBottleIntoDisplacementd (yarp::os::Bottle bottle, int &indexesToSkip) | 
|   | 
| Eigen::Twistd  | pourBottleIntoTwistd (yarp::os::Bottle bottle, int &indexesToSkip) | 
|   | 
| Eigen::Wrenchd  | pourBottleIntoWrenchd (yarp::os::Bottle bottle, int &indexesToSkip) | 
|   | 
| Eigen::MatrixXd  | pourBottleIntoEigenMatrix (yarp::os::Bottle bottle, int &indexesToSkip) | 
|   | 
| void  | pourStdVectorIntoBottle (const std::vector< double > &vec, yarp::os::Bottle &bottle) | 
|   | 
| void  | pourEigenVectorIntoBottle (const Eigen::VectorXd &vec, yarp::os::Bottle &bottle) | 
|   | 
| void  | pourEigenVectorXiIntoBottle (const Eigen::VectorXi &vec, yarp::os::Bottle &bottle) | 
|   | 
| void  | pourEigenMatrixIntoBottle (const Eigen::MatrixXd &mat, yarp::os::Bottle &bottle) | 
|   | 
| void  | pourDisplacementdIntoBottle (const Eigen::Displacementd &disp, yarp::os::Bottle &bottle) | 
|   | 
| void  | pourTwistdIntoBottle (const Eigen::Twistd &twist, yarp::os::Bottle &bottle) | 
|   | 
| void  | pourWrenchdIntoBottle (const Eigen::Wrenchd &wrench, yarp::os::Bottle &bottle) | 
|   | 
| yarp::os::Bottle  | trimBottle (const yarp::os::Bottle &bottle, int startIndex, int endIndex=-1) | 
|   |