INGOR
Loading...
Searching...
No Matches
ytTXT Class Reference

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.
 
ytNetworkytTXT_read (FILE *fp, const ytKeyValues *args)
 Reads a network file written in TXT format.
 

Detailed Description

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.

See also
ytIO

Member Function Documentation

◆ ytTXT_read()

ytNetwork * ytTXT_read ( FILE * fp,
const ytKeyValues * args )

Reads a network file written in TXT format.

See TXT Network File Format for available arguments.

◆ ytTXT_write()

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

Writes a network in parent child list text format.

Parameters
fp
network
args

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