Whole-body human reference model and tools for unifying representations of whole-body human motion
#include <MotionEntries.h>
Public Member Functions | |
| MotionEntry (const std::string &tagName) | |
| virtual std::string | toXML ()=0 |
| Must provide an output method to generate top-level XML tags. | |
Data Fields | |
| std::string | tagName |
| The name of the XML tag. | |
\brief The interface for entires of the motion.
Custom motion entries (motion XML tags in MMM motion files) have to derive from this class.