Home
last modified time | relevance | path

Searched defs:RC_TData (Results 1 – 1 of 1) sorted by relevance

/dports/biology/stringtie/stringtie-2.1.1/
H A Dtablemaker.h186 struct RC_TData { //storing RC data for a transcript struct
205 RC_TData(GffObj& s, uint id=0):ref_t(&s), t_id(id), l(s.start), r(s.end), argument
216 bool operator==(const RC_TData& o) const { argument