12#ifndef __CODAC_SERIALIZ_INTERVALS_H__
13#define __CODAC_SERIALIZ_INTERVALS_H__
FixPoint of a separator The fixpoint of a separator is computed by calling the "::"separate function ...
Definition codac_capd_helpers.h:9
void serialize_IntervalVector(std::ofstream &bin_file, const IntervalVector &box)
Creates an IntervalVector object from a binary file.
void serialize_Interval(std::ofstream &bin_file, const Interval &intv)
Writes an Interval object into a binary file.
void deserialize_Interval(std::ifstream &bin_file, Interval &intv)
Creates an Interval object from a binary file.
void deserialize_IntervalVector(std::ifstream &bin_file, IntervalVector &box)
Writes an IntervalVector object into a binary file.