NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <algo/gnomon/gnomon.hpp>
#include <algo/gnomon/chainer.hpp>
#include <algo/gnomon/gnomon_exception.hpp>
#include "score.hpp"
#include "hmm.hpp"
#include "hmm_inlines.hpp"
#include "gnomon_engine.hpp"
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
struct | SAlignOrder |
struct | CIndelMapper |
struct | Is_ID_equal |
Typedefs | |
typedef set< CGeneModel, SAlignOrder > | TAlignSet |
Functions | |
TSignedSeqPos | AlignLeftLimit (const CGeneModel &a) |
static bool | s_AlignLeftLimitOrder (const CGeneModel &ap, const CGeneModel &bp) |
typedef set<CGeneModel,SAlignOrder> TAlignSet |
TSignedSeqPos AlignLeftLimit | ( | const CGeneModel & | a | ) |
|
static |
Definition at line 225 of file score.cpp.
References AlignLeftLimit().
Referenced by CSeqScores::CSeqScores().