ARB
Macros | Functions
ed4_tools.hxx File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ED4_IUPAC_EMPTY   " "
 
#define IS_NUCLEOTIDE()   (ED4_ROOT->alignment_type==GB_AT_RNA || ED4_ROOT->alignment_type==GB_AT_DNA)
 
#define IS_RNA()   (ED4_ROOT->alignment_type==GB_AT_RNA)
 
#define IS_DNA()   (ED4_ROOT->alignment_type==GB_AT_DNA)
 
#define IS_AMINO()   (ED4_ROOT->alignment_type==GB_AT_AA)
 

Functions

void ED4_set_clipping_rectangle (AW_screen_area *rect)
 

Macro Definition Documentation

#define ED4_IUPAC_EMPTY   " "
#define IS_NUCLEOTIDE ( )    (ED4_ROOT->alignment_type==GB_AT_RNA || ED4_ROOT->alignment_type==GB_AT_DNA)

Definition at line 16 of file ed4_tools.hxx.

Referenced by SearchTree::SearchTree().

#define IS_RNA ( )    (ED4_ROOT->alignment_type==GB_AT_RNA)

Definition at line 17 of file ed4_tools.hxx.

#define IS_DNA ( )    (ED4_ROOT->alignment_type==GB_AT_DNA)

Definition at line 18 of file ed4_tools.hxx.

#define IS_AMINO ( )    (ED4_ROOT->alignment_type==GB_AT_AA)

Definition at line 19 of file ed4_tools.hxx.

Referenced by SearchSettings::update().

Function Documentation

void ED4_set_clipping_rectangle ( AW_screen_area rect)