Biomedical Image Analysis Library
The Biomedical Image Analysis Library is a poweful tool for developers, physicians, researchers, engineers, and so on.
blast.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef unsigned(* blast_in) (void *how, unsigned char **buf)
 
typedef int(* blast_out) (void *how, unsigned char *buf, unsigned len)
 

Functions

int blast (blast_in infun, void *inhow, blast_out outfun, void *outhow)
 

Typedef Documentation

typedef unsigned(* blast_in) (void *how, unsigned char **buf)

Definition at line 38 of file blast.h.

typedef int(* blast_out) (void *how, unsigned char *buf, unsigned len)

Definition at line 39 of file blast.h.

Function Documentation

int blast ( blast_in  infun,
void *  inhow,
blast_out  outfun,
void *  outhow 
)

Definition at line 379 of file blast.c.