PGROUTING
3.2
|
#include <stddef.h>
#include "c_types/pgr_edge_t.h"
#include "c_types/pgr_boyer_t.h"
#include "c_types/pgr_mst_rt.h"
Go to the source code of this file.
Functions | |
bool | do_pgr_isPlanar (pgr_edge_t *data_edges, size_t total_tuples, char **log_msg, char **notice_msg, char **err_msg) |
bool do_pgr_isPlanar | ( | pgr_edge_t * | data_edges, |
size_t | total_tuples, | ||
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().