NCBI C++ ToolKit
Functions
alnread.cpp File Reference
#include <ncbi_pch.hpp>
#include <corelib/ncbistr.hpp>
#include <objtools/readers/reader_error_codes.hpp>
#include <objtools/readers/message_listener.hpp>
#include <objtools/readers/alnread.hpp>
#include "aln_errors.hpp"
#include "aln_formatguess.hpp"
#include "aln_peek_ahead.hpp"
#include "aln_scanner_clustal.hpp"
#include "aln_scanner_nexus.hpp"
#include "aln_scanner_phylip.hpp"
#include "aln_scanner_sequin.hpp"
#include "aln_scanner_fastagap.hpp"
#include "aln_scanner_multalign.hpp"
+ Include dependency graph for alnread.cpp:

Go to the source code of this file.

Go to the SVN repository for this file.

Functions

CAlnScannerGetScannerForFormat (EAlignFormat format)
 
bool ReadAlignmentFile (istream &istr, bool gen_local_ids, bool use_nexus_info, CSequenceInfo &sequenceInfo, SAlignmentFile &alignmentInfo, ILineErrorListener *pErrorListener)
 
bool ReadAlignmentFile (istream &istr, CSequenceInfo &sequenceInfo, SAlignmentFile &alignmentInfo)
 
bool ReadAlignmentFile (istream &istr, EAlignFormat &alignFormat, CSequenceInfo &sequenceInfo, SAlignmentFile &alignmentInfo)
 

Function Documentation

◆ GetScannerForFormat()

CAlnScanner* GetScannerForFormat ( EAlignFormat  format)

Definition at line 53 of file alnread.cpp.

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

Referenced by ReadAlignmentFile().

◆ ReadAlignmentFile() [1/3]

bool ReadAlignmentFile ( istream &  istr,
bool  gen_local_ids,
bool  use_nexus_info,
CSequenceInfo sequenceInfo,
SAlignmentFile alignmentInfo,
ILineErrorListener pErrorListener 
)

◆ ReadAlignmentFile() [2/3]

bool ReadAlignmentFile ( istream &  istr,
CSequenceInfo sequenceInfo,
SAlignmentFile alignmentInfo 
)

Definition at line 106 of file alnread.cpp.

References dummy, and ReadAlignmentFile().

◆ ReadAlignmentFile() [3/3]

bool ReadAlignmentFile ( istream &  istr,
EAlignFormat alignFormat,
CSequenceInfo sequenceInfo,
SAlignmentFile alignmentInfo 
)
Modified on Fri Sep 20 14:57:03 2024 by modify_doxy.py rev. 669887