Home
last modified time | relevance | path

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

/dports/math/ogdf/OGDF/src/ogdf/layered/
H A DExtendedNestingGraph.cpp1027 RCCrossings ExtendedNestingGraph::reduceCrossings(int i, bool dirTopDown) in reduceCrossings() argument
1038 numCrossings += reduceCrossings(cNode, dirTopDown); in reduceCrossings()
1110 RCCrossings ExtendedNestingGraph::reduceCrossings(LHTreeNode *cNode, bool dirTopDown) in reduceCrossings() argument
1125 for(it = (dirTopDown) ? cNode->m_upperAdj.begin() : cNode->m_lowerAdj.begin(); it.valid(); ++it) in reduceCrossings()
1149 for(itCC = (dirTopDown) ? in reduceCrossings()
1187 const LHTreeNode *neighbourParent = (dirTopDown) ? cNode->up() : cNode->down(); in reduceCrossings()
1192 (dirTopDown) ? in reduceCrossings()
/dports/math/ogdf/OGDF/include/ogdf/layered/
H A DExtendedNestingGraph.h331 RCCrossings reduceCrossings(int i, bool dirTopDown);
354 RCCrossings reduceCrossings(LHTreeNode *cNode, bool dirTopDown);