|
Imports instances of the DesignerTrajectory class out of a serialized instance of the Trajectory class from a target file. More...
#include <RobotComponents/gui-plugins/RobotTrajectoryDesignerGuiPlugin/ImportExport/TrajectoryImporter.h>
Public Member Functions | |
std::vector< DesignerTrajectoryPtr > | importTrajectory (std::string file) |
Import a serialized instance of the Trajectory class from the target file as a trajectory. More... | |
TrajectoryImporter (EnvironmentPtr environment) | |
Imports instances of the DesignerTrajectory class out of a serialized instance of the Trajectory class from a target file.
Definition at line 34 of file TrajectoryImporter.h.
TrajectoryImporter | ( | armarx::EnvironmentPtr | environment | ) |
Definition at line 33 of file TrajectoryImporter.cpp.
std::vector< armarx::DesignerTrajectoryPtr > importTrajectory | ( | std::string | file | ) |
Import a serialized instance of the Trajectory class from the target file as a trajectory.
Definition at line 38 of file TrajectoryImporter.cpp.