NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <math.h>
#include "messages.hpp"
#include <algo/align/nw/nw_pssm_aligner.hpp>
#include <algo/align/nw/align_exception.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Variables | |
const unsigned char | kMaskFc = 0x01 |
const unsigned char | kMaskEc = 0x02 |
const unsigned char | kMaskE = 0x04 |
const unsigned char | kMaskD = 0x08 |
const unsigned char kMaskD = 0x08 |
Definition at line 218 of file nw_pssm_aligner.cpp.
Referenced by CPSSMAligner::x_AlignProfile(), and CPSSMAligner::x_AlignPSSM().
const unsigned char kMaskE = 0x04 |
Definition at line 217 of file nw_pssm_aligner.cpp.
Referenced by CPSSMAligner::x_AlignProfile(), and CPSSMAligner::x_AlignPSSM().
const unsigned char kMaskEc = 0x02 |
Definition at line 216 of file nw_pssm_aligner.cpp.
Referenced by CPSSMAligner::x_AlignProfile(), and CPSSMAligner::x_AlignPSSM().
const unsigned char kMaskFc = 0x01 |
Definition at line 215 of file nw_pssm_aligner.cpp.
Referenced by CPSSMAligner::x_AlignProfile(), and CPSSMAligner::x_AlignPSSM().