PGROUTING
3.2
|
#include "drivers/spanningTree/randomSpanningTree_driver.h"
#include <sstream>
#include <deque>
#include <vector>
#include "spanningTree/pgr_randomSpanningTree.hpp"
#include "cpp_common/pgr_alloc.hpp"
#include "cpp_common/pgr_assert.h"
Go to the source code of this file.
Functions | |
void | do_pgr_randomSpanningTree (pgr_edge_t *data_edges, size_t total_edges, int64_t root_vertex, bool directed, pgr_randomSpanningTree_t **return_tuples, size_t *return_count, char **log_msg, char **notice_msg, char **err_msg) |
template<class G > | |
static std::vector< pgr_randomSpanningTree_t > | pgr_randomSpanningTree (G &graph, int64_t root_vertex) |
void do_pgr_randomSpanningTree | ( | pgr_edge_t * | data_edges, |
size_t | total_edges, | ||
int64_t | root_vertex, | ||
bool | directed, | ||
pgr_randomSpanningTree_t ** | return_tuples, | ||
size_t * | return_count, | ||
char ** | log_msg, | ||
char ** | notice_msg, | ||
char ** | err_msg | ||
) |
Definition at line 52 of file randomSpanningTree_driver.cpp.
References DIRECTED, pgrouting::graph::Pgr_base_graph< G, T_V, T_E >::insert_edges(), pgassert, pgr_alloc(), pgr_free(), pgr_msg(), pgr_randomSpanningTree(), UNDIRECTED, and AssertFailedException::what().
Referenced by process().
|
static |
Definition at line 43 of file randomSpanningTree_driver.cpp.
References Pgr_randomSpanningTree< G >::randomSpanningTree().
Referenced by do_pgr_randomSpanningTree().