Home
last modified time | relevance | path

Searched refs:NeighborSet (Results 1 – 10 of 10) sorted by relevance

/dports/biology/iqtree/IQ-TREE-2.0.6/pda/
H A Dgreedy.h85 NeighborSet::iterator highestNeighbor();
97 NeighborSet neighset;
H A Dgreedy.cpp96 NeighborSet::iterator itneigh = highestNeighbor(); in run()
180 NeighborSet::iterator Greedy::highestNeighbor() in highestNeighbor()
194 NeighborSet::iterator last = neighset.end(); in addNeighbor()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/olsr/model/
H A Dolsr-state.h40 NeighborSet m_neighborSet; //!< Neighbor Set (\RFC{3626}, section 4.3.1).
103 const NeighborSet & GetNeighbors () const in GetNeighbors()
111 NeighborSet & GetNeighbors () in GetNeighbors()
H A Dolsr-state.cc114 for (NeighborSet::iterator it = m_neighborSet.begin (); in FindNeighborTuple()
128 for (NeighborSet::const_iterator it = m_neighborSet.begin (); in FindSymNeighborTuple()
142 for (NeighborSet::iterator it = m_neighborSet.begin (); in FindNeighborTuple()
156 for (NeighborSet::iterator it = m_neighborSet.begin (); in EraseNeighborTuple()
170 for (NeighborSet::iterator it = m_neighborSet.begin (); in EraseNeighborTuple()
184 for (NeighborSet::iterator it = m_neighborSet.begin (); in InsertNeighborTuple()
H A Dolsr-routing-protocol.cc675 NeighborSet N; in MprComputation()
705 for (NeighborSet::const_iterator neigh = N.begin (); in MprComputation()
730 for (NeighborSet::const_iterator neigh = N.begin (); in MprComputation()
867 for (NeighborSet::iterator it = N.begin (); it != N.end (); it++) in MprComputation()
986 const NeighborSet &neighborSet = m_state.GetNeighbors (); in RoutingTableComputation()
987 for (NeighborSet::const_iterator it = neighborSet.begin (); in RoutingTableComputation()
1078 for (NeighborSet::const_iterator neighbor = neighborSet.begin (); in RoutingTableComputation()
1314 const NeighborSet &neighbors = m_state.GetNeighbors (); in ProcessHello()
1490 NeighborSet &neighbors = m_state.GetNeighbors (); in ProcessMid()
3161 const NeighborSet &
[all …]
H A Dolsr-repositories.h299 typedef std::vector<NeighborTuple> NeighborSet; //!< Neighbor Set type. typedef
H A Dolsr-routing-protocol.h135 const NeighborSet & GetNeighbors (void) const;
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Mesh/test/
H A DitkAutomaticTopologyMeshSourceTest.cxx288 using NeighborSet = std::set<IdentifierType>; in itkAutomaticTopologyMeshSourceTest() typedef
289 NeighborSet cellSet; in itkAutomaticTopologyMeshSourceTest()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/QuadEdgeMeshFiltering/test/
H A DitkAutomaticTopologyQuadEdgeMeshSourceTest.cxx291 using NeighborSet = std::set<IdentifierType>; in itkAutomaticTopologyQuadEdgeMeshSourceTest() typedef
292 NeighborSet cellSet; in itkAutomaticTopologyQuadEdgeMeshSourceTest()
/dports/biology/iqtree/IQ-TREE-2.0.6/tree/
H A Dnode.h557 typedef multiset<Neighbor*, neighborcmp> NeighborSet; typedef