MMMExporter Class Reference

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)
 

Detailed Description

Exports instances of the DesignerTrajectory class to .xml-files in MMM format.

Definition at line 33 of file MMMExporter.h.

Constructor & Destructor Documentation

◆ MMMExporter()

MMMExporter ( EnvironmentPtr  environment)

Definition at line 39 of file MMMExporter.cpp.

Member Function Documentation

◆ exportTrajectory()

void exportTrajectory ( std::vector< armarx::DesignerTrajectoryPtr trajectories,
const std::string  file 
)

Exports a trajectory to the target file as a MMM file.

Parameters
trajectoryTrajectory to export.
fpsFrequency of the measurements in measurements per second.

Definition at line 44 of file MMMExporter.cpp.

+ Here is the call graph for this function:

The documentation for this class was generated from the following files: