PGROUTING
3.2
|
This is the complete list of members for Path, including all inherited members.
append(const Path &other) | Path | |
appendPath(const Path &o_path) | Path | |
back() const | Path | inline |
back() | Path | inline |
begin() | Path | inline |
begin() const | Path | inline |
clear() | Path | |
collapse_paths(General_path_element_t **ret_path, const std::deque< Path > &paths) | Path | friend |
complete_path(const G &graph, const V v_source, const V v_target, const std::vector< V > &predecessors, const std::vector< double > &distances, bool normal) | Path | inline |
ConstpthIt typedef | Path | private |
count_tuples(const std::deque< Path > &paths) | Path | friend |
countInfinityCost() const | Path | |
empty() const | Path | inline |
empty_path(unsigned int d_vertex) | Path | |
end() | Path | inline |
end() const | Path | inline |
end_id() const | Path | inline |
end_id(int64_t value) | Path | inline |
equi_cost(std::deque< Path > &paths) | Path | friend |
erase(pthIt pos) | Path | inline |
find_restriction(const pgrouting::trsp::Rule &rule) const | Path | |
front() const | Path | inline |
front() | Path | inline |
generate_postgres_data(General_path_element_t **postgres_data, size_t &sequence) const | Path | |
get_pg_dd_path(General_path_element_t **ret_path, size_t &sequence) const | Path | |
get_pg_ksp_path(General_path_element_t **ret_path, size_t &sequence, int routeId) const | Path | |
get_pg_turn_restricted_path(General_path_element_t **ret_path, size_t &sequence, int routeId) const | Path | |
getSubpath(unsigned int j) const | Path | |
has_restriction(const pgrouting::trsp::Rule &rule) const | Path | |
inf_cost_on_restriction(const pgrouting::trsp::Rule &rule) | Path | |
isEqual(const Path &subpath) const | Path | |
m_end_id | Path | private |
m_start_id | Path | private |
m_tot_cost | Path | private |
operator<<(std::ostream &log, const Path &p) | Path | friend |
operator[](size_t i) const | Path | inline |
operator[](size_t i) | Path | inline |
path | Path | private |
Path() | Path | inline |
Path(int64_t s_id, int64_t e_id) | Path | inline |
Path(const Path &)=default | Path | |
Path(G &graph, int64_t source, double distance, const std::vector< V > &predecessors, const std::vector< double > &distances) | Path | inline |
Path(const G &graph, const Path &original, bool only_cost) | Path | inline |
Path(G &graph, V v_source, double distance, const std::vector< V > &predecessors, const std::vector< double > &distances) | Path | inline |
Path(const G &graph, const V v_source, const V v_target, const std::vector< V > &predecessors, const std::vector< double > &distances, bool only_cost, bool normal=true) | Path | inline |
pthIt typedef | Path | private |
push_back(Path_t data) | Path | |
push_front(Path_t data) | Path | |
push_front(int64_t d_vertex, int64_t d_edge, double d_cost, double d_tot_cost) | Path | |
recalculate_agg_cost() | Path | |
renumber_vertices(int64_t value) | Path | |
reverse() | Path | |
set_data(int64_t d_from, int64_t d_to, int64_t d_vertex, int64_t d_edge, double d_cost, double d_tot_cost) | Path | |
size() const | Path | inline |
sort_by_node_agg_cost() | Path | |
start_id() const | Path | inline |
start_id(int64_t value) | Path | inline |
tot_cost() const | Path | inline |