#include <boost/graph/graph_traits.hpp>
#include <boost/graph/properties.hpp>
#include "FEVV/Wrappings/Geometry_traits.h"
#include <limits>
#include <iterator>
#include <cmath>
Go to the source code of this file.
|
template<typename Graph , typename PointMap , typename EdgeWeightMap = typename FEVV::Edge_pmap_traits<Graph, typename FEVV::Geometry_traits<Graph>::Scalar >::pmap_type, typename GeometryTraits = FEVV::Geometry_traits<Graph>> |
static Edge_comparator< Graph, PointMap, EdgeWeightMap, GeometryTraits > | FEVV::Comparator::get_edge_comparator (const Graph &g, const PointMap &pm) |
|