Home
last modified time | relevance | path

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

/dports/math/ogdf/OGDF/src/ogdf/layered/
H A DExtendedNestingGraph.cpp785 m_bottomRank.init(m_CGC,0); in buildLayers()
791 if(r > m_bottomRank[c]) in buildLayers()
792 m_bottomRank[c] = r; in buildLayers()
799 if(m_bottomRank[child] > m_bottomRank[c]) in buildLayers()
800 m_bottomRank[c] = m_bottomRank[child]; in buildLayers()
809 clusterEnd [m_bottomRank[cl]].pushBack(cl); in buildLayers()
/dports/math/ogdf/OGDF/include/ogdf/layered/
H A DExtendedNestingGraph.h300 int bottomRank(cluster c) const { return m_bottomRank[c]; } in bottomRank()
384 ClusterArray<int> m_bottomRank; variable