graphIO.c File Reference

#include <stdlib.h>
#include <string.h>
#include "graph_boyer.h"

Include dependency graph for graphIO.c:

Go to the source code of this file.

Defines

#define GRAPHIO_C

Functions

int _ReadAdjMatrix (graphP theGraph, FILE *Infile)
int _ReadAdjList (graphP theGraph, FILE *Infile)
int _WriteAdjList (graphP theGraph, FILE *Outfile)
int _WriteAdjMatrix (graphP theGraph, FILE *Outfile)
int _WriteDebugInfo (graphP theGraph, FILE *Outfile)
int _ReadLEDAGraph (graphP theGraph, FILE *Infile)
int gp_Read (graphP theGraph, char *FileName)
int gp_Write (graphP theGraph, char *FileName, int Mode)


Define Documentation

#define GRAPHIO_C
 

Definition at line 7 of file graphIO.c.


Function Documentation

int _ReadAdjList graphP  theGraph,
FILE *  Infile
 

Definition at line 93 of file graphIO.c.

int _ReadAdjMatrix graphP  theGraph,
FILE *  Infile
 

Definition at line 34 of file graphIO.c.

int _ReadLEDAGraph graphP  theGraph,
FILE *  Infile
 

Definition at line 139 of file graphIO.c.

int _WriteAdjList graphP  theGraph,
FILE *  Outfile
 

Definition at line 234 of file graphIO.c.

int _WriteAdjMatrix graphP  theGraph,
FILE *  Outfile
 

Definition at line 264 of file graphIO.c.

int _WriteDebugInfo graphP  theGraph,
FILE *  Outfile
 

Definition at line 310 of file graphIO.c.

int gp_Read graphP  theGraph,
char *  FileName
 

Definition at line 195 of file graphIO.c.

int gp_Write graphP  theGraph,
char *  FileName,
int  Mode
 

Definition at line 377 of file graphIO.c.


Generated on Thu Oct 20 14:59:06 2005 for DominoParitySeparator by  doxygen 1.4.5