INGOR
|
SGN3 network format. More...
#include <io/ytSGN3.h>
Public Member Functions | |
void | ytSGN3_write (FILE *fp, const ytNetwork *network, const ytKeyValues *args) |
ytNetwork * | ytSGN3_read (FILE *fp, const ytKeyValues *args) |
Reads a network in SGN3 format. | |
SGN3 network format.
ytNetwork * ytSGN3_read | ( | FILE * | fp, |
const ytKeyValues * | args | ||
) |
Reads a network in SGN3 format.
No arguments are available for args. This supports multiple networks in a single file. This stops reading when it meets a line containing only a single hyphen "-
".
fp | |
args |
void ytSGN3_write | ( | FILE * | fp, |
const ytNetwork * | network, | ||
const ytKeyValues * | args | ||
) |
\breif Writes a network in SGN3 format.
No arguments are available for args.
fp | |
network | |
args |