PGROUTING  3.2
xy_vertex.cpp File Reference
#include "cpp_common/xy_vertex.h"
#include <boost/geometry/io/wkt/write.hpp>
#include <vector>
#include <limits>
#include <algorithm>
#include "cpp_common/pgr_assert.h"
Include dependency graph for xy_vertex.cpp:

Go to the source code of this file.

Namespaces

 anonymous_namespace{xy_vertex.cpp}
 
 pgrouting
 Book keeping class for swapping orders between vehicles.
 

Functions

template<typename T >
std::enable_if<!std::numeric_limits< T >::is_integer, bool >::type anonymous_namespace{xy_vertex.cpp}::almost_equal (T x, T y, int ulp)
 
size_t pgrouting::check_vertices (std::vector< XY_vertex > vertices)
 
std::vector< XY_vertex > pgrouting::extract_vertices (const Pgr_edge_xy_t *data_edges, size_t count)
 
std::vector< XY_vertex > pgrouting::extract_vertices (const std::vector< Pgr_edge_xy_t > &data_edges)
 
std::ostream & pgrouting::operator<< (std::ostream &log, const XY_vertex &v)