Main Page | Modules | Data Structures | File List | Data Fields | Globals

massspec/util.h File Reference

a file that includes the definitions for general variables and functions More...

Go to the source code of this file.

Data Structures

struct  IndexArray

Defines

#define _TOGGLE(param)
#define SWAP(a, b)   {integer_temp=(a);(a)=(b);(b)=integer_temp;}
#define FLOAT_SWAP(a, b)   {float_temp=(a);(a)=(b);(b)=float_temp;}
#define CONSOLE_WIDTH   120
#define MAX_NO_OF_STRING_NUMBERS   10

Enumerations

enum  { SORT_DESCENDING = -1, SORT_ASCENDING = 1 }

Functions

void setSortDirection (int direction)
int isVowel (char letter)
int isFloatWithinBounds (float num, float lower, float upper)
int isIntWithinBounds (int num, int lower, int upper)
int cmpInt (const void *p1, const void *p2)
int cmpFloat (const void *p1, const void *p2)
int Float_cmp (const void *p1, const void *p2)
int Int_cmp (const void *p1, const void *p2)
int * Int_new (int d)
char * Int_toString (int number, int width)
char * Int_getName (int number)
int checkbit (int a, int bit)
char * itoa_2 (int i)
char * itoa_3 (int i, int min)
char * ftoa (char *format, float i)
int round (float n)
void printSeparator ()
void fprintSeparator (FILE *fp)
char * getTimeFlag ()
void File_fwrite (FILE *out, char *szMSARFilename)
void Util_createFolder (char *folder)
char ** Util_getFolderContent (char *sourcepath, char *ext, int *nelem)
int Util_countNumberOfFilesInFolder (char *sourcepath, char *ext)
int _isRowAvailable (char *row, int start_index, int stop_index)
int Program_loadProperties ()
int Program_loadPaths ()
void Program_release ()

Variables

int integer_temp
float float_temp
int VERBOSE
const char * SEPARATOR
const char * DOT
int SORT_DIRECTION
const char * USAGE
const char * HELP


Detailed Description

a file that includes the definitions for general variables and functions

Author:
Kyriacos C. Leptos
Date:
2004-05-04
Details.

Define Documentation

#define _TOGGLE param   ) 
 

Value:

if(param == 1) param = 0; \ else if(param == 0) param = 1; \


Generated on Sun Feb 13 01:06:02 2005 for MapQuant by doxygen 1.3.7