PGROUTING
3.2
|
#include "drivers/planar/isPlanar_driver.h"
#include <vector>
#include <algorithm>
#include <string>
#include "cpp_common/pgr_alloc.hpp"
#include "cpp_common/pgr_assert.h"
#include "planar/pgr_boyerMyrvold.hpp"
#include "cpp_common/pgr_base_graph.hpp"
Go to the source code of this file.
Functions | |
bool | do_pgr_isPlanar (pgr_edge_t *data_edges, size_t total_edges, char **log_msg, char **notice_msg, char **err_msg) |
bool do_pgr_isPlanar | ( | pgr_edge_t * | data_edges, |
size_t | total_edges, | ||
char ** | log_msg, | ||
char ** | notice_msg, | ||
char ** | err_msg | ||
) |
Definition at line 45 of file isPlanar_driver.cpp.
References pgrouting::graph::Pgr_base_graph< G, T_V, T_E >::insert_edges(), pgrouting::functions::Pgr_boyerMyrvold< G >::isPlanar(), pgassert, pgr_msg(), UNDIRECTED, and AssertFailedException::what().
Referenced by process().