int writebitpoints(std::ostream &out, pointset &p, bool sorted=true, int fixed_depth=0, coordinate *fixed_corner=NULL)
Writes a full cubical set represented by a set of points to a file in the "bitcode" format.
int readbitpoints(std::istream &in, pointset &p, int *bitcode_depth=NULL)
Reads a set of full cubical sets represented as a set of points from a file encoded in the "bitcode" ...
This file contains some useful functions related to the text input/output procedures.