NCBI C++ ToolKit
Enumerations | Functions
aln_formats.hpp File Reference
+ This graph shows which files directly or indirectly include this file:

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 &)
 

Enumeration Type Documentation

◆ 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.

Function Documentation

◆ EAlignFormatToString()

string EAlignFormatToString ( EAlignFormat  alnFmt)

Definition at line 39 of file aln_formats.cpp.

References CLUSTAL, FASTAGAP, MULTALIN, NEXUS, PHYLIP, SEQUIN, and UNKNOWN.

◆ StringToEAlignFormat()

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.

Modified on Fri Sep 20 14:57:07 2024 by modify_doxy.py rev. 669887