Home
last modified time | relevance | path

Searched refs:CBedWriter (Results 1 – 4 of 4) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/writers/
H A Dbed_writer.cpp372 CBedWriter::CBedWriter( in CBedWriter() function in CBedWriter
389 CBedWriter::~CBedWriter() in ~CBedWriter()
397 bool CBedWriter::WriteAnnot( in WriteAnnot()
433 bool CBedWriter::WriteSeqEntryHandle( in WriteSeqEntryHandle()
457 bool CBedWriter::xWriteAnnotFeatureTable( in xWriteAnnotFeatureTable()
471 bool CBedWriter::xWriteAnnotFeatureTable( in xWriteAnnotFeatureTable()
492 bool CBedWriter::xWriteAnnotThreeFeatData( in xWriteAnnotThreeFeatData()
507 bool CBedWriter::xWriteAnnotThreeFeatData( in xWriteAnnotThreeFeatData()
548 bool CBedWriter::xWriteFeature( in xWriteFeature()
566 bool CBedWriter::xWriteFeature( in xWriteFeature()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/objtools/writers/
H A Dbed_writer.hpp51 class NCBI_XOBJWRITE_EXPORT CBedWriter: class
69 CBedWriter(
75 virtual ~CBedWriter();
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/writers/unit_test/
H A Dunit_test_bedwriter.cpp165 CBedWriter* sGetWriter(CScope& scope, CNcbiOstream& ostr) in sGetWriter()
167 return new CBedWriter(scope, ostr); in sGetWriter()
195 CBedWriter* pWriter = sGetWriter(*pScope, ofstr); in sUpdateCase()
268 CBedWriter* pWriter = sGetWriter(*pScope, ofstr); in sRunTest()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/annotwriter/
H A Dannotwriter.cpp880 return new CBedWriter(*m_pScope, *pOs, 12); in xInitWriter()