NCBI C++ ToolKit
|
Search Toolkit Book for CTLSContigHandler
Public Member Functions | |
CTLSContigHandler () | |
virtual | ~CTLSContigHandler () |
virtual void | ProcessBioseq (CBioseq_Handle bh) |
const string & | GetConsensus () |
void | SetConsensus (const string &consensus) |
Public Member Functions inherited from CTLSHandler | |
CTLSHandler () | |
virtual | ~CTLSHandler () |
void | OpenInputFile (const string &filename, bool binary) |
void | OpenOutputFile (const string &filename, bool binary) |
void | ProcessAsnInput (void) |
void | ProcessSeqSubmit (void) |
void | ProcessSeqEntry (void) |
void | ProcessSet (void) |
void | ProcessSeqEntry (CRef< CSeq_entry > se) |
CRef< CBioseq_set > | ReadBioseqSet (void) |
CRef< CSeq_entry > | ReadSeqEntry (void) |
void | StreamFile (const string &infile, const string &outfile, bool binary) |
Public Attributes | |
bool | first = true |
Protected Attributes | |
string | m_Consensus |
bool | m_CalculateConsensus |
Protected Attributes inherited from CTLSHandler | |
CRef< CObjectManager > | m_ObjMgr |
unique_ptr< CObjectIStream > | m_In |
unique_ptr< CObjectOStream > | m_Out |
Additional Inherited Members | |
Protected Member Functions inherited from CTLSHandler | |
CRef< CScope > | BuildScope (void) |
|
inlinevirtual |
|
virtual |
Reimplemented from CTLSHandler.
Definition at line 272 of file tls.cpp.
References first(), GenerateTargetedLocusName(), GetTargetedLocusNameConsensus(), NStr::IsBlank(), and SetTargetedLocusName().