SourceForge Logo
P.I.G.A.L.E.
1.3.9
Public Implementation of a Graph Algorithm
Library and Editor

H. de Fraysseix      P. Ossona de Mendez

Tfile.h File Reference

Include dependency graph for Tfile.h:

This graph shows which files directly or indirectly include this file:

Classes

Defines

Functions


Define Documentation

#define TAXI_FILE_FULL   (TAXI_FILE_MINI | TAXI_FILE_RECORD)

#define TAXI_FILE_MINI   (TAXI_FILE_READ|TAXI_FILE_WRITE)

#define TAXI_FILE_READ   0x0001

#define TAXI_FILE_RECORD   (TAXI_FILE_RECORD_NUM | TAXI_FILE_RECORD_DEL|TAXI_FILE_RECORD_ADD)

#define TAXI_FILE_RECORD_ADD   0x0010

#define TAXI_FILE_RECORD_DEL   0x0008

#define TAXI_FILE_RECORD_NUM   0x0004

#define TAXI_FILE_WRITE   0x0002


Function Documentation

int DeleteTgfRecord ( tstring  filename,
int  index 
)

int GetTgfNumRecords ( tstring  fname  ) 

void Init_IO (  ) 

int IO_Capabilities ( int  d  ) 

int IO_DeleteRecord ( int  d,
tstring  fname,
int  index = 1 
)

const char* IO_Ext ( int  d  ) 

int IO_GetNumRecords ( int  d,
tstring  fname 
)

int IO_IsMine ( int  d,
tstring  fname 
)

int IO_n (  ) 

const char* IO_Name ( int  d  ) 

int IO_Read ( int  d,
GraphContainer G,
tstring  fname 
)

int IO_Read ( int  d,
GraphContainer G,
tstring  fname,
int &  NumRecords,
int &  GraphIndex 
)

int IO_Save ( int  d,
GraphAccess G,
tstring  fname 
)

tstring IO_Title ( int  d,
tstring  fname,
int  index = 1 
)

int IO_WhoseIs ( tstring  fname  ) 

int IsFileAscii ( char const *  name  ) 

int IsFileTgf ( char const *  name  ) 

tstring ReadAsciiGraphTitle ( tstring  fname  ) 

int ReadGeometricGraph ( GraphContainer G,
tstring  fname,
int &  NumRecords,
int &  GraphIndex 
)

int ReadGraph ( GraphContainer G,
tstring  fname,
int &  NumRecords,
int &  GraphIndex 
)

int ReadGraphAscii ( GraphContainer G,
tstring  filename 
)

int ReadTgfGraph ( GraphContainer G,
tstring  fname,
int &  NumRecords,
int &  GraphIndex 
)

tstring ReadTgfGraphTitle ( tstring  fname,
int  index 
)

int SaveGraphAscii ( GraphAccess G,
tstring  filename 
)

int SaveGraphTgf ( GraphAccess G,
tstring  filename,
int  tag = 2 
)


Generated on Thu Jan 31 16:51:29 2008 for Pigale by  doxygen 1.5.4