![]() |
Parasol Planning Library (PPL)
|
#include "Connection.h"#include "Body.h"#include "MultiBody.h"#include "Utilities/XMLNode.h"#include <algorithm>
Functions | |
| Connection::JointType | GetJointTypeFromTag (std::string _tag, const std::string &_where) |
| std::string | GetTagFromJointType (const Connection::JointType _j) |
| std::ostream & | operator<< (std::ostream &_os, const Connection::JointType &_j) |
| std::ostream & | operator<< (std::ostream &_os, const Connection &_c) |
| Connection::JointType GetJointTypeFromTag | ( | std::string | _tag, |
| const std::string & | _where | ||
| ) |
Parse the connection type from a string tag.
| _tag | The string tag to parse. |
| _where | Location of _tag for error reporting. |
| std::string GetTagFromJointType | ( | const Connection::JointType | _j | ) |
Create a string tag for a given connection type.
| _j | Joint type |
| std::ostream& operator<< | ( | std::ostream & | _os, |
| const Connection & | _c | ||
| ) |
| std::ostream& operator<< | ( | std::ostream & | _os, |
| const Connection::JointType & | _j | ||
| ) |