ARB
Classes | Functions
GDE_Genbank.cxx File Reference
#include "GDE_extglob.h"
#include <ctime>
#include <algorithm>
Include dependency graph for GDE_Genbank.cxx:

Go to the source code of this file.

Classes

struct  ARB_TIME
 

Functions

static bool CheckType (char *seq, int len)
 
static void AsciiTime (void *b, char *asciitime)
 
GB_ERROR ReadGen (char *filename, NA_Alignment &dataset)
 
int WriteGen (NA_Alignment &aln, char *filename, int method)
 
void SetTime (void *b)
 

Function Documentation

static bool CheckType ( char seq,
int  len 
)
static

Definition at line 18 of file GDE_Genbank.cxx.

Referenced by ReadGen().

static void AsciiTime ( void *  b,
char asciitime 
)
static

Definition at line 45 of file GDE_Genbank.cxx.

References ARB_TIME::dd, GBUFSIZ, GDEmonth, ARB_TIME::mm, SetTime(), and ARB_TIME::yy.

Referenced by ReadGen().

GB_ERROR ReadGen ( char filename,
NA_Alignment dataset 
)
int WriteGen ( NA_Alignment aln,
char filename,
int  method 
)
void SetTime ( void *  b)

Definition at line 287 of file GDE_Genbank.cxx.

References ARB_TIME::dd, ARB_TIME::hr, ARB_TIME::mm, ARB_TIME::mn, NULp, ARB_TIME::sc, and ARB_TIME::yy.

Referenced by AsciiTime(), and InitNASeq().