LocARNA-1.9.2
src/LocARNA/scoring_fwd.hh
00001 #ifndef LOCARNA_SCORING_FWD_HH
00002 #define LOCARNA_SCORING_FWD_HH
00003 
00004 #ifdef HAVE_CONFIG_H
00005 #include <config.h>
00006 #endif
00007 
00008 #include "infty_int.hh"
00009 
00010 namespace LocARNA {
00011 
00013     typedef long int score_t;
00014 
00017     typedef InftyInt infty_score_t;
00018 
00019     typedef TaintedInftyInt tainted_infty_score_t;
00020 
00022 #ifdef VERY_LARGE_PF
00023     typedef long double pf_score_t;
00024 #else
00025     typedef double pf_score_t;
00026 #endif
00027 
00028     class Scoring;
00029 
00030 } // end namespace LocARNA
00031 
00032 #endif // LOCARNA_SCORING_FWD_HH
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends