Home
last modified time | relevance | path

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

/dports/math/ogdf/OGDF/src/ogdf/planarlayout/
H A DTriconnectedShellingOrder.cpp264 adjEntry firstAdj = m_outerFace->firstAdj(); in initOuterNodes() local
291 adjEntry firstAdj = m_outerFace->firstAdj(); in initOuterEdges() local
478 adjEntry firstAdj = outerFace->firstAdj(); in doCall() local
/dports/math/ogdf/OGDF/include/ogdf/hypergraph/
H A DHypergraph.h203 adjHypergraphEntry firstAdj() const in firstAdj() function
349 adjHypergraphEntry firstAdj() const in firstAdj() function
/dports/math/ogdf/OGDF/include/ogdf/basic/
H A DCombinatorialEmbedding.h145 adjEntry firstAdj() const { return entries.m_adjFirst; } in firstAdj() function
H A DGraph_d.h213 adjEntry firstAdj() const { return adjEntries.head(); } in firstAdj() function
/dports/math/ogdf/OGDF/include/ogdf/orthogonal/edge_router/
H A DNodeInfo.h294 adjEntry& firstAdj() { return m_firstAdj; } in firstAdj() function
/dports/math/ogdf/OGDF/include/ogdf/cluster/
H A DClusterGraph.h209 ListConstIterator<adjEntry> firstAdj() const { return adjEntries.begin(); } in firstAdj() function
/dports/math/ogdf/OGDF/src/ogdf/cluster/
H A DCconnectClusterPlanarEmbed.cpp468 adjEntry firstAdj = nullptr; in hubControl() local
/dports/math/igraph/igraph-0.9.5/src/isomorphism/
H A Dlad.c671 igraph_vector_int_t *firstAdj, in igraph_i_lad_updateMatching()
/dports/math/R-cran-igraph/igraph/src/
H A Dlad.c676 igraph_vector_int_t *firstAdj, in igraph_i_lad_updateMatching()