Home
last modified time | relevance | path

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

/dports/biology/lamarc/lamarc-2.1.8/src/tree/
H A Drectree.cpp42 m_protoMovingCells() in RecTree()
53 m_protoMovingCells(tree.m_protoMovingCells) in RecTree()
140 if (m_protoMovingCells.empty()) in CollectMovingCells()
145 m_protoMovingCells.push_back((*m_pMovingLocusVec)[i].GetProtoCell()); in CollectMovingCells()
148 return m_protoMovingCells; in CollectMovingCells()
H A Dtree.h267 vector<LocusCell> m_protoMovingCells; variable