Home
last modified time | relevance | path

Searched defs:ConstNodeIterator (Results 1 – 3 of 3) sorted by relevance

/dports/biology/scrm/scrm-1.7.4/src/
H A Dnode_container.h41 class ConstNodeIterator; variable
136 friend class ConstNodeIterator; variable
224 ConstNodeIterator() { current_node_ = NULL; }; in ConstNodeIterator() function
225 ConstNodeIterator(const NodeContainer& nc) { current_node_ = nc.first(); }; in ConstNodeIterator() function
226 ConstNodeIterator(Node const* node) { current_node_ = node; }; in ConstNodeIterator() function
/dports/www/osrm-backend/osrm-backend-5.26.0/include/partitioner/
H A Dbisection_graph_view.hpp23 using ConstNodeIterator = BisectionGraph::ConstNodeIterator; typedef in osrm::partitioner::BisectionGraphView
H A Dpartition_graph.hpp69 using ConstNodeIterator = typename std::vector<NodeT>::const_iterator; typedef in osrm::partitioner::RemappableGraph