Whole-body human reference model and tools for unifying representations of whole-body human motion
A processor to adapt a generic model to user specific demands. More...
#include <ModelProcessor.h>
Public Member Functions | |
| void | appendDataXML (simox::xml::RapidXMLWrapperNodePtr node) |
| virtual VirtualRobot::RobotPtr | convertModel (VirtualRobot::RobotPtr input)=0 |
| virtual std::string | getName () |
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW | ModelProcessor (const std::string &name) |
| virtual std::string | toXML (bool indenting=true, int indents=0) |
Protected Member Functions | |
| virtual void | appendProcessorDataXML (simox::xml::RapidXMLWrapperNodePtr) |
Protected Attributes | |
| std::string | name |
A processor to adapt a generic model to user specific demands.
|
pure virtual |
Convert a model
Implemented in MMM::ModelProcessorWinter.
|
virtual |
Get model processor configuration as XML string.