NCBI C++ ToolKit
|
#include <corelib/ncbistl.hpp>
#include <corelib/ncbiobj.hpp>
#include <objects/seqalign/Seq_align.hpp>
#include <list>
#include <vector>
#include <map>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | BlockMultipleAlignment |
struct | BlockMultipleAlignment::BlockInfo |
class | Block |
struct | Block::Range |
class | UngappedAlignedBlock |
class | UnalignedBlock |
Functions | |
ncbi::objects::CSeq_align * | CreatePairwiseSeqAlignFromMultipleRow (const BlockMultipleAlignment *multiple, const BlockMultipleAlignment::UngappedAlignedBlockList &blocks, unsigned int slaveRow) |
ncbi::objects::CSeq_align* CreatePairwiseSeqAlignFromMultipleRow | ( | const BlockMultipleAlignment * | multiple, |
const BlockMultipleAlignment::UngappedAlignedBlockList & | blocks, | ||
unsigned int | slaveRow | ||
) |
Definition at line 1244 of file su_block_multiple_alignment.cpp.
Referenced by AlignmentSet::CreateFromMultiple(), PSSMWrapper::PSSMWrapper(), and UpdateViewer::SaveAlignments().