PGROUTING
3.2
|
#include <string>
#include <sstream>
#include <deque>
#include <vector>
#include <algorithm>
#include "cpp_common/identifiers.hpp"
#include "cpp_common/pgr_alloc.hpp"
#include "cpp_common/basePath_SSEC.hpp"
#include "cpp_common/pgr_base_graph.hpp"
#include "c_types/pgr_ltdtree_rt.h"
#include "drivers/dominator/lengauerTarjanDominatorTree_driver.h"
#include "dominator/pgr_lengauerTarjanDominatorTree_driver.hpp"
Go to the source code of this file.
Functions | |
void | do_pgr_LTDTree (pgr_edge_t *data_edges, size_t total_edges, int64_t root_vertex, pgr_ltdtree_rt **return_tuples, size_t *return_count, char **log_msg, char **notice_msg, char **err_msg) |
void do_pgr_LTDTree | ( | pgr_edge_t * | data_edges, |
size_t | total_edges, | ||
int64_t | root_vertex, | ||
pgr_ltdtree_rt ** | return_tuples, | ||
size_t * | return_count, | ||
char ** | log_msg, | ||
char ** | notice_msg, | ||
char ** | err_msg | ||
) |
Definition at line 51 of file lengauerTarjanDominatorTree_driver.cpp.
References DIRECTED, pgrouting::Pgr_messages::get_log(), pgrouting::graph::Pgr_base_graph< G, T_V, T_E >::insert_edges(), pgassert, pgr_alloc(), pgr_free(), pgrouting::functions::Pgr_LTDTree< G >::pgr_ltdtree(), pgr_msg(), and AssertFailedException::what().
Referenced by process().