|
hpp-manipulation-urdf
6.0.0
Implementation of a parser for hpp-manipulation.
|
Classes used to build object from XML documents. More...
Classes | |
| class | hpp::manipulation::parser::IgnoreTagFactory |
| class | hpp::manipulation::parser::SequenceFactory< ValueType > |
| Factory parsing sequence of values. More... | |
| class | hpp::manipulation::parser::ObjectFactory |
| Class that catch XML Parser events for a specific tag and build the corresponding Object. More... | |
| class | hpp::manipulation::parser::RootFactory |
| Represent a XML document. More... | |
| class | hpp::manipulation::srdf::ContactFactory |
| Factory building contact surfaces. More... | |
| class | hpp::manipulation::srdf::GripperFactory |
| Build an object of type hpp::pinocchio::Gripper. More... | |
| class | hpp::manipulation::srdf::HandleFactory |
| Build an object of type hpp::manipulation::Handle. More... | |
| class | hpp::manipulation::srdf::PositionFactory |
| Build a coal::Transform. More... | |
| class | hpp::manipulation::srdf::RobotFactory |
Functions | |
| template<typename Container > | |
| void | hpp::manipulation::parser::readSequence (const std::string &str, Container &out, int size=-1) |
Classes used to build object from XML documents.
See section Extend the parser for more information about how to extend the parser with factories.
| void hpp::manipulation::parser::readSequence | ( | const std::string & | str, |
| Container & | out, | ||
| int | size = -1 |
||
| ) |