|
codac
1.5.7
|
#include <fstream>#include "codac_Trajectory.h"#include "codac_TrajectoryVector.h"#include "codac_serialize_tubes.h"
Go to the source code of this file.
Namespaces | |
| codac | |
| FixPoint of a separator The fixpoint of a separator is computed by calling the "::"separate function on a given box until the Hausdorff distance between two iterations is less than a given ratio. This operation can be seen as a contractor on the boundary of the solution set. | |
Functions | |
Trajectory | |
| void | codac::serialize_Trajectory (std::ofstream &bin_file, const Trajectory &traj, int version_number=SERIALIZATION_VERSION) |
| Writes a Trajectory object into a binary file. More... | |
| void | codac::deserialize_Trajectory (std::ifstream &bin_file, Trajectory *&traj) |
| Creates a Trajectory object from a binary file. More... | |
TrajectoryVector | |
| void | codac::serialize_TrajectoryVector (std::ofstream &bin_file, const TrajectoryVector &traj, int version_number=SERIALIZATION_VERSION) |
| Writes a TrajectoryVector object into a binary file. More... | |
| void | codac::deserialize_TrajectoryVector (std::ifstream &bin_file, TrajectoryVector *&traj) |
| Creates a TrajectoryVector object from a binary file. More... | |