#include <shortest_path_among_three.h>
|
| ShortestPathAmongThree () |
|
results::CollectiveResults | Query (const GraphDBSession &sess, std::string label_name1, std::string oid1, std::string label_name2, std::string oid2, std::string label_name3, std::string oid3) |
|
|
bool | ShortestPath (const gs::ReadTransaction &txn, label_t v1_l, vid_t v1_index, label_t v2_l, vid_t v2_index, std::vector< std::pair< label_t, vid_t >> &result_) |
|
std::vector< std::pair< label_t, vid_t > > | ConnectPath (const std::vector< std::pair< label_t, vid_t >> &path1, const std::vector< std::pair< label_t, vid_t >> &path2, const std::vector< std::pair< label_t, vid_t >> &path3) |
|
◆ ShortestPathAmongThree()
gs::ShortestPathAmongThree::ShortestPathAmongThree |
( |
| ) |
|
|
inline |
◆ ConnectPath()
std::vector< std::pair< label_t, vid_t > > gs::ShortestPathAmongThree::ConnectPath |
( |
const std::vector< std::pair< label_t, vid_t >> & |
path1, |
|
|
const std::vector< std::pair< label_t, vid_t >> & |
path2, |
|
|
const std::vector< std::pair< label_t, vid_t >> & |
path3 |
|
) |
| |
|
private |
◆ Query()
results::CollectiveResults gs::ShortestPathAmongThree::Query |
( |
const GraphDBSession & |
sess, |
|
|
std::string |
label_name1, |
|
|
std::string |
oid1, |
|
|
std::string |
label_name2, |
|
|
std::string |
oid2, |
|
|
std::string |
label_name3, |
|
|
std::string |
oid3 |
|
) |
| |
◆ ShortestPath()
The documentation for this class was generated from the following files: