|
|
void | appendFrame (UnlabeledMarkerDataPtr data) |
| |
|
UnlabeledMarkerDataPtr | getFrame (size_t frame) const |
| |
| virtual EIGEN_MAKE_ALIGNED_OPERATOR_NEW unsigned int | getNumFrames () |
| |
| virtual std::string | toXML () |
| |
| virtual bool | addEntry (const std::string &name, MotionEntryPtr entry) |
| |
|
virtual MotionEntryPtr | getEntry (const std::string &name) |
| | Retrieve custom motion data entries. Name is internally converted to lowercase.
|
| |
|
virtual bool | hasEntry (const std::string &name) const |
| | Check if entry with name (lowercase) is present.
|
| |
|
virtual bool | removeEntry (const std::string &name) |
| | Remove custom entry.
|
| |
|
bool | saveXML (const std::string &filename) |
| | Stores MMM content to file.
|
| |
|
|
std::vector< UnlabeledMarkerDataPtr > | markerTrajectories |
| |
|
std::map< std::string, MotionEntryPtr > | motionEntries |
| | Custom Entries are stored in this map.
|
| |
|
|
template<typename M , typename std::enable_if< std::is_base_of< AbstractMotion, M >::value >::type * = nullptr> |
| static bool | saveXML (const std::vector< std::shared_ptr< M >> &motions, const std::string &filename) |
| | Stores MMM content to file.
|
| |
|
static bool | saveXML (const std::string &filename, const std::string &content) |
| |
◆ getNumFrames()
| unsigned int MMM::UnlabeledMarkerMotion::getNumFrames |
( |
| ) |
|
|
virtual |
◆ toXML()
| std::string MMM::UnlabeledMarkerMotion::toXML |
( |
| ) |
|
|
virtual |
The documentation for this class was generated from the following files:
- /builds/sw/mmm/core/MMM/Motion/Legacy/UnlabeledMarkerMotion.h
- /builds/sw/mmm/core/MMM/Motion/Legacy/UnlabeledMarkerMotion.cpp