Home
last modified time | relevance | path

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

/dports/biology/abyss/abyss-2.3.1/Common/
H A DContigNode.h23 ContigNode() : m_index(0) { } in ContigNode() function
25 ContigNode(const ContigNode& o) : m_index(o.m_index) { } in ContigNode() function
28 explicit ContigNode(unsigned index) : m_index(index) { } in ContigNode() function
31 ContigNode(unsigned index, bool sense) in ContigNode() function
35 ContigNode(unsigned index, int sense) in ContigNode() function
42 ContigNode(unsigned n, char c) in ContigNode() function
271 std::pair<ContigNode, ContigNode> e) in get()
279 std::pair<ContigNode, ContigNode> e) in get()