Home
last modified time | relevance | path

Searched refs:m_strChromStart (Results 1 – 2 of 2) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/objtools/writers/
H A Dbed_feature_record.hpp67 const string& ChromStart() const { return m_strChromStart; }; in ChromStart()
84 string m_strChromStart; member in CBedFeatureRecord
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/writers/
H A Dbed_feature_record.cpp59 m_strChromStart( "." ), in CBedFeatureRecord()
256 m_strChromStart = NStr::UIntToString( interval.GetFrom() ); in AssignLocation()
325 m_strChromStart = NStr::IntToString(chromInt.GetFrom()); in SetLocation()
340 m_strChromStart = NStr::IntToString(chromPt.GetPoint()); in SetLocation()