NCBI C++ ToolKit
|
#include <gui/widgets/seq_graphic/graph_cache.hpp>
#include <gui/widgets/seq_graphic/sparse_graph.hpp>
#include <gui/widgets/seq_graphic/seqgraphic_job.hpp>
#include <gui/widgets/seq_graphic/alignment_glyph.hpp>
#include <gui/widgets/seq_graphic/feature_sorter.hpp>
#include <gui/widgets/seq_graphic/seqgraphic_job_result.hpp>
#include <gui/widgets/seq_graphic/alignment_score.hpp>
#include <gui/widgets/seq_graphic/alignment_conf.hpp>
#include <gui/gui.hpp>
#include <gui/widgets/seq_graphic/layout_policy.hpp>
#include <gui/widgets/seq_graphic/align_statistics_glyph.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CSGAlignmentJob |
class | CSGAlignScoringJob |
CSGAlignScoreJob. More... | |
class | CGraphStatCollector |
CGraphStatCollector Helper class to use with CSGAlignStatJob::x_CollectAlignStats x_CollectAlignStats reads alignments pileups and stores them into either CAlignmentGraph or CAlnStatGlyph::TStatVec using the corresponding descendant of CGraphStatCollector. More... | |
class | CSGAlignStatJob |
CSGAlignStatJob. More... | |
Typedefs | |
typedef pair< CRef< IAlnGraphicDataSource >, int > | TAlnDS_Anchor |
CSGAlignmentJob. More... | |
typedef vector< TAlnDS_Anchor > | TAlnDataSources |
Functions | |
void | BuildAlignDataSource (objects::CBioseq_Handle &handle, vector< objects::CSeq_align::TDim > &anchors, const objects::CSeq_align &align, bool sparseAln, TModelUnit window, TAlnDataSources &aln_datasources, CRange< TSeqPos > *range=nullptr) |
void | GetAnchors (objects::CBioseq_Handle &handle, const objects::CSynonymsSet *synonyms, const objects::CSeq_align &align, vector< objects::CSeq_align::TDim > &anchors) |
typedef vector<TAlnDS_Anchor> TAlnDataSources |
Definition at line 60 of file alignment_job.hpp.
typedef pair<CRef<IAlnGraphicDataSource>, int> TAlnDS_Anchor |
Definition at line 59 of file alignment_job.hpp.
void BuildAlignDataSource | ( | objects::CBioseq_Handle & | handle, |
vector< objects::CSeq_align::TDim > & | anchors, | ||
const objects::CSeq_align & | align, | ||
bool | sparseAln, | ||
TModelUnit | window, | ||
TAlnDataSources & | aln_datasources, | ||
CRange< TSeqPos > * | range = nullptr |
||
) |
void GetAnchors | ( | objects::CBioseq_Handle & | handle, |
const objects::CSynonymsSet * | synonyms, | ||
const objects::CSeq_align & | align, | ||
vector< objects::CSeq_align::TDim > & | anchors | ||
) |