ARB
Classes | Macros | Typedefs | Enumerations | Functions
AP_filter.hxx File Reference
#include <arbdb_base.h>
#include <arb_assert.h>
#include <arbtools.h>
Include dependency graph for AP_filter.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AP_filter
 
class  AP_weights
 

Macros

#define af_assert(cond)   arb_assert(cond)
 

Typedefs

typedef unsigned char uchar
 

Enumerations

enum  AWT_FILTER_SIMPLIFY { AWT_FILTER_SIMPLIFY_NOT_INITIALIZED = -1, AWT_FILTER_SIMPLIFY_NONE = 0, AWT_FILTER_SIMPLIFY_DNA, AWT_FILTER_SIMPLIFY_PROTEIN }
 
enum  AF_Not { NOT }
 
enum  AF_Combine { AND, OR, XOR }
 

Functions

long AP_timer ()
 

Macro Definition Documentation

#define af_assert (   cond)    arb_assert(cond)

Typedef Documentation

typedef unsigned char uchar

Definition at line 26 of file AP_filter.hxx.

Enumeration Type Documentation

Enumerator
AWT_FILTER_SIMPLIFY_NOT_INITIALIZED 
AWT_FILTER_SIMPLIFY_NONE 
AWT_FILTER_SIMPLIFY_DNA 
AWT_FILTER_SIMPLIFY_PROTEIN 

Definition at line 28 of file AP_filter.hxx.

enum AF_Not
Enumerator
NOT 

Definition at line 35 of file AP_filter.hxx.

enum AF_Combine
Enumerator
AND 
OR 
XOR 

Definition at line 36 of file AP_filter.hxx.

Function Documentation

long AP_timer ( )

Definition at line 299 of file AP_filter.cxx.