codac
Namespaces
codac_serialize_tubes.h File Reference
#include <fstream>
Include dependency graph for codac_serialize_tubes.h:
This graph shows which files directly or indirectly include this file:

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

Tube
void codac::serialize_Tube (std::ofstream &bin_file, const Tube &tube, int version_number=SERIALIZATION_VERSION)
 Writes a Tube object into a binary file (version 2) More...
 
void codac::deserialize_Tube (std::ifstream &bin_file, Tube *&tube)
 Creates a Tube object from a binary file. More...
 
TubeVector
void codac::serialize_TubeVector (std::ofstream &bin_file, const TubeVector &tube, int version_number=SERIALIZATION_VERSION)
 Writes a TubeVector object into a binary file. More...
 
void codac::deserialize_TubeVector (std::ifstream &bin_file, TubeVector *&tube)
 Creates a TubeVector object from a binary file. More...
 

Detailed Description

Serialization tools (tubes)

Date
2016
Author
Simon Rohou
License: This program is distributed under the terms of
the GNU Lesser General Public License (LGPL).