|
|
Exports instances of the DesignerTrajectory class to .xml-files in MMM format. More...
#include <RobotComponents/gui-plugins/RobotTrajectoryDesignerGuiPlugin/ImportExport/MMMExporter.h>
Public Member Functions | |
| void | exportTrajectory (std::vector< armarx::DesignerTrajectoryPtr > trajectories, const std::string file) |
| Exports a trajectory to the target file as a MMM file. More... | |
| MMMExporter (EnvironmentPtr environment) | |
Exports instances of the DesignerTrajectory class to .xml-files in MMM format.
Definition at line 35 of file MMMExporter.h.
| MMMExporter | ( | EnvironmentPtr | environment | ) |
Definition at line 44 of file MMMExporter.cpp.
| void exportTrajectory | ( | std::vector< armarx::DesignerTrajectoryPtr > | trajectories, |
| const std::string | file | ||
| ) |
Exports a trajectory to the target file as a MMM file.
| trajectory | Trajectory to export. |
| fps | Frequency of the measurements in measurements per second. |
Definition at line 50 of file MMMExporter.cpp.
Here is the call graph for this function: