NCBI C++ ToolKit
|
Go to the source code of this file.
Go to the SVN repository for this file.
Enumerations | |
enum | EAlignFormat { UNKNOWN , NEXUS , PHYLIP , CLUSTAL , FASTAGAP , SEQUIN , MULTALIN , ALNFMT_UNKNOWN , ALNFMT_NEXUS , ALNFMT_PHYLIP , ALNFMT_CLUSTAL , ALNFMT_FASTAGAP } |
Functions | |
string | EAlignFormatToString (EAlignFormat alnFmt) |
EAlignFormat | StringToEAlignFormat (const string &) |
enum EAlignFormat |
Enumerator | |
---|---|
UNKNOWN | |
NEXUS | |
PHYLIP | |
CLUSTAL | |
FASTAGAP | |
SEQUIN | |
MULTALIN | |
ALNFMT_UNKNOWN | |
ALNFMT_NEXUS | |
ALNFMT_PHYLIP | |
ALNFMT_CLUSTAL | |
ALNFMT_FASTAGAP |
Definition at line 37 of file aln_formats.hpp.
string EAlignFormatToString | ( | EAlignFormat | alnFmt | ) |
EAlignFormat StringToEAlignFormat | ( | const string & | strFmt | ) |
Definition at line 61 of file aln_formats.cpp.
References CLUSTAL, FASTAGAP, MULTALIN, NEXUS, PHYLIP, SEQUIN, NStr::ToLower(), and UNKNOWN.