NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <corelib/ncbistd.hpp>
#include <corelib/ncbistl.hpp>
#include <corelib/ncbireg.hpp>
#include <corelib/ncbifile.hpp>
#include <gui/widgets/aln_score/scoring_method.hpp>
#include <math.h>
#include <stdio.h>
Go to the source code of this file.
Go to the SVN repository for this file.
Variables | |
const char * | kDNATag = "DNA" |
const char * | kProteinTag = "Protein" |
const char * | kMixedTag = "Mixed" |
const char * | kInvalidTag = "Invalid" |
const char* kDNATag = "DNA" |
Definition at line 44 of file scoring_method.cpp.
Referenced by IScoringMethod::GetAlignmentTagByType(), and IScoringMethod::GetAlignmentTypeByTag().
const char* kInvalidTag = "Invalid" |
Definition at line 47 of file scoring_method.cpp.
const char* kMixedTag = "Mixed" |
Definition at line 46 of file scoring_method.cpp.
Referenced by IScoringMethod::GetAlignmentTagByType(), and IScoringMethod::GetAlignmentTypeByTag().
const char* kProteinTag = "Protein" |
Definition at line 45 of file scoring_method.cpp.
Referenced by IScoringMethod::GetAlignmentTagByType(), and IScoringMethod::GetAlignmentTypeByTag().