codac 1.5.6
Loading...
Searching...
No Matches
codac_serialize_intervals.h File Reference
#include <fstream>
#include "codac_Interval.h"
#include "codac_IntervalVector.h"
Include dependency graph for codac_serialize_intervals.h:

Go to the source code of this file.

Namespaces

namespace  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

Interval
void codac::serialize_Interval (std::ofstream &bin_file, const Interval &intv)
 Writes an Interval object into a binary file.
 
void codac::deserialize_Interval (std::ifstream &bin_file, Interval &intv)
 Creates an Interval object from a binary file.
 
IntervalVector
void codac::deserialize_IntervalVector (std::ifstream &bin_file, IntervalVector &box)
 Writes an IntervalVector object into a binary file.
 
void codac::serialize_IntervalVector (std::ofstream &bin_file, const IntervalVector &box)
 Creates an IntervalVector object from a binary file.
 

Detailed Description

Serialization tools (intervals)

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