Searched refs:turn_iterator (Results 1 – 2 of 2) sorted by relevance
419 typedef typename boost::range_iterator<Turns>::type turn_iterator; in apply() typedef444 for (turn_iterator it = boost::begin(turns); it != boost::end(turns); ++it) in apply()
326 typedef typename std::vector<turn_type>::iterator turn_iterator; in apply() typedef328 turn_iterator it = turns.begin(); in apply()378 turn_iterator next = find_next_ring(it, turns.end(), has_boundary_inters); in apply()396 for ( turn_iterator rit = it ; rit != next ; ++rit ) in apply()