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.
 
 MMMExporter (EnvironmentPtr environment)
 

Detailed Description

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

Definition at line 35 of file MMMExporter.h.

Constructor & Destructor Documentation

◆ MMMExporter()

MMMExporter ( EnvironmentPtr environment)

Definition at line 44 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 50 of file MMMExporter.cpp.


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