|
INGOR
|
The TXT network file format consisting of parent-child pair edge list. More...
#include <ytTXT.h>
Public Member Functions | |
| void | ytTXT_write (FILE *fp, const ytNetwork *network, const ytKeyValues *args) |
| Writes a network in parent child list text format. | |
| ytNetwork * | ytTXT_read (FILE *fp, const ytKeyValues *args) |
| Reads a network file written in TXT format. | |
The TXT network file format consisting of parent-child pair edge list.
This format is a tab-delimited text file where each row represents a single edge.
See TXT Network File Format for details.
| ytNetwork * ytTXT_read | ( | FILE * | fp, |
| const ytKeyValues * | args ) |
Reads a network file written in TXT format.
See TXT Network File Format for available arguments.
| void ytTXT_write | ( | FILE * | fp, |
| const ytNetwork * | network, | ||
| const ytKeyValues * | args ) |
Writes a network in parent child list text format.
| fp | |
| network | |
| args |