PGROUTING
3.2
|
Public Member Functions | |
Predecessor () | |
bool | isIllegal (Position i) |
bool | isIllegal (size_t i) |
Public Attributes | |
std::vector< size_t > | e_idx |
std::vector< Position > | v_pos |
Definition at line 71 of file pgr_trspHandler.h.
|
inline |
Definition at line 73 of file pgr_trspHandler.h.
References pgrouting::trsp::Pgr_trspHandler::ILLEGAL, and v_pos.
|
inline |
Definition at line 80 of file pgr_trspHandler.h.
References pgrouting::trsp::Pgr_trspHandler::ILLEGAL, pgassert, and v_pos.
|
inline |
Definition at line 79 of file pgr_trspHandler.h.
References pgrouting::trsp::Pgr_trspHandler::ILLEGAL, and v_pos.
std::vector<size_t> pgrouting::trsp::Pgr_trspHandler::Predecessor::e_idx |
Definition at line 85 of file pgr_trspHandler.h.
std::vector<Position> pgrouting::trsp::Pgr_trspHandler::Predecessor::v_pos |
Definition at line 86 of file pgr_trspHandler.h.
Referenced by isIllegal(), and Predecessor().