PGROUTING
3.2
|
#include "drivers/alpha_shape/alphaShape_driver.h"
#include <cmath>
#include <vector>
#include <string>
#include <utility>
#include <algorithm>
#include "cpp_common/pgr_assert.h"
#include "alphaShape/pgr_alphaShape.h"
#include "cpp_common/pgr_alloc.hpp"
#include "cpp_common/pgr_base_graph.hpp"
#include "cpp_common/bpoint.hpp"
#include "cpp_common/bline.hpp"
#include <boost/geometry/io/wkt/write.hpp>
Go to the source code of this file.
Namespaces | |
anonymous_namespace{alphaShape_driver.cpp} | |
this file is not compiled with boost 1.53 or less | |
Functions | |
bool | anonymous_namespace{alphaShape_driver.cpp}::data_eq (const Pgr_edge_xy_t &lhs, const Pgr_edge_xy_t &rhs, int64_t round) |
void | do_alphaShape (Pgr_edge_xy_t *edgesArr, size_t edgesSize, double alpha, GeomText_t **return_tuples, size_t *return_count, char **log_msg, char **notice_msg, char **err_msg) |
void do_alphaShape | ( | Pgr_edge_xy_t * | edgesArr, |
size_t | edgesSize, | ||
double | alpha, | ||
GeomText_t ** | return_tuples, | ||
size_t * | return_count, | ||
char ** | log_msg, | ||
char ** | notice_msg, | ||
char ** | err_msg | ||
) |
Definition at line 59 of file alphaShape_driver.cpp.
References anonymous_namespace{alphaShape_driver.cpp}::data_eq(), Pgr_edge_xy_t::id, pgassert, pgr_alloc(), pgr_free(), pgr_msg(), Pgr_edge_xy_t::source, Pgr_edge_xy_t::target, AssertFailedException::what(), Pgr_edge_xy_t::x1, Pgr_edge_xy_t::x2, Pgr_edge_xy_t::y1, and Pgr_edge_xy_t::y2.
Referenced by process().