Classes | Typedefs | Variables

src/structs.h File Reference

Structs that help to organize data. More...

Go to the source code of this file.

Classes

struct  iarray
 Contains an array of Integer numbers and its size. More...
struct  farray
 Contains an array of Float numbers and its size. More...
struct  gotoh_arguments
 Contains all command line arguments. More...
struct  gotoh_settings
 Contains all settings. More...
struct  gotoh_aln
 Stores information about one alignment. More...
struct  gotoh_motif
 Holds the input 2-sided motif. More...
struct  gotoh_motifSingle
 Holds the input motif. More...
struct  gotoh_motifCandidate
 Holds the computed scoring of a candidate for a matching 2-sided motif. More...

Typedefs

typedef struct gotoh_arguments gotoh_arguments
typedef struct gotoh_settings gotoh_settings
typedef struct gotoh_aln gotoh_aln
typedef struct gotoh_motif gotoh_motif
typedef struct gotoh_motifSingle gotoh_motifSingle
typedef struct gotoh_motifCandidate gotoh_motifCandidate

Variables

struct iarray iarray
struct farray farray

Detailed Description

Structs that help to organize data.

This file contains the definition of all structs needed by GotohScan. The respective initializing and free functions are distributed over the src/*.h files.x

 All Classes Files Functions Variables