INGOR
Public Member Functions | List of all members
ytSGN3 Class Reference

SGN3 network format. More...

#include <io/ytSGN3.h>

Public Member Functions

void ytSGN3_write (FILE *fp, const ytNetwork *network, const ytKeyValues *args)
 
ytNetworkytSGN3_read (FILE *fp, const ytKeyValues *args)
 Reads a network in SGN3 format. More...
 

Detailed Description

SGN3 network format.

See also
ytIO

Member Function Documentation

◆ ytSGN3_read()

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 "-".

Parameters
fp
args

◆ ytSGN3_write()

void ytSGN3_write ( FILE *  fp,
const ytNetwork network,
const ytKeyValues args 
)

\breif Writes a network in SGN3 format.

No arguments are available for args.

Parameters
fp
network
args

The documentation for this class was generated from the following file: