22#ifndef TRAJECTORYEXPORTER_H
23#define TRAJECTORYEXPORTER_H
27#include "DesignerExporter.h"
48 const std::string file);
Exports instances of the DesignerTrajectory class to files as serialized instance of the Trajectory c...
void exportTrajectory(std::vector< DesignerTrajectoryPtr > trajectories, const std::string file)
Exports a trajectory to the target file as a serialized instance of the Trajectory class.
This file offers overloads of toIce() and fromIce() functions for STL container types.
std::shared_ptr< TrajectoryExporter > TrajectoryExporterPtr