NCBI C++ ToolKit
|
#include <corelib/ncbistd.hpp>
#include <corelib/ncbiobj.hpp>
#include <util/align_range.hpp>
#include <util/align_range_coll.hpp>
#include <objtools/alnmgr/aln_seqid.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CPairwiseAln |
A pairwise aln is a collection of ranges for a pair of rows. More... | |
class | CPairwise_CI |
CPairwiseAln iterator. Iterates over aligned ranges and gaps. More... | |
class | CAnchoredAln |
Query-anchored alignment can be 2 or multi-dimentional. More... | |
struct | PScoreGreater< C > |
Compare alignments by score. More... | |
Macros | |
#define | USE_ALIGN_RANGE_LIST |
Typedefs | |
typedef vector< CRef< CAnchoredAln > > | TAnchoredAlnVec |
Collection of anchored alignments. More... | |
Functions | |
USING_SCOPE (objects) | |
#define USE_ALIGN_RANGE_LIST |
Definition at line 49 of file pairwise_aln.hpp.
typedef vector< CRef<CAnchoredAln> > TAnchoredAlnVec |
Collection of anchored alignments.
Definition at line 398 of file pairwise_aln.hpp.
USING_SCOPE | ( | objects | ) |