PGROUTING
3.2
|
#include "drivers/transitiveClosure/transitiveClosure_driver.h"
#include <string.h>
#include <sstream>
#include <deque>
#include <vector>
#include <algorithm>
#include "transitiveClosure/pgr_transitiveClosure.hpp"
#include "cpp_common/identifiers.hpp"
#include "cpp_common/pgr_alloc.hpp"
#include "cpp_common/basePath_SSEC.hpp"
#include "cpp_common/pgr_base_graph.hpp"
Go to the source code of this file.
Functions | |
void | do_pgr_transitiveClosure (pgr_edge_t *data_edges, size_t total_edges, transitiveClosure_rt **return_tuples, size_t *return_count, char **log_msg, char **notice_msg, char **err_msg) |
template<typename G > | |
static void | get_postgres_result (G &graph, transitiveClosure_rt **return_tuples, size_t *count) |
template<class G > | |
static boost::adjacency_list | pgr_transitiveClosure (G &graph) |
void do_pgr_transitiveClosure | ( | pgr_edge_t * | data_edges, |
size_t | total_edges, | ||
transitiveClosure_rt ** | return_tuples, | ||
size_t * | return_count, | ||
char ** | log_msg, | ||
char ** | notice_msg, | ||
char ** | err_msg | ||
) |
Definition at line 94 of file transitiveClosure_driver.cpp.
References DIRECTED, get_postgres_result(), pgrouting::graph::Pgr_base_graph< G, T_V, T_E >::insert_edges(), pgassert, pgr_free(), pgr_msg(), and AssertFailedException::what().
Referenced by process().
|
static |
Definition at line 52 of file transitiveClosure_driver.cpp.
References pgr_alloc(), and pgr_transitiveClosure().
Referenced by do_pgr_transitiveClosure().
|
static |
Definition at line 43 of file transitiveClosure_driver.cpp.
References Pgr_transitiveClosure< G >::transitiveClosure().
Referenced by get_postgres_result().