Whole-body human reference model and tools for unifying representations of whole-body human motion
#include <MotionFrameEntries.h>
Public Member Functions | |
| MotionFrameEntry (const std::string &tagName) | |
| virtual std::string | toXML ()=0 |
| Must provide an output method to generate XML tags (which are encapsulated in the <motion-data> ... <motion-data> xml definition) | |
Data Fields | |
| std::string | tagName |
| The XML tag name. | |
\brief The interface for entires of motion-data.
Custom motion data entries must derive from this class in order to allow storage within a MotionFrame object.