C++ Reference
C++ Reference: Routing
PathsMetadata
Detailed Description
Public Member Functions | |
| PathsMetadata (const RoutingIndexManager &manager) | |
| bool | IsStart (int64_t node) const |
| bool | IsEnd (int64_t node) const |
| int | GetPath (int64_t start_or_end_node) const |
| const std::vector< int64_t > & | Starts () const |
| const std::vector< int64_t > & | Ends () const |
Constructor & Destructor Documentation
◆ PathsMetadata()
|
inlineexplicit |
Member Function Documentation
◆ Ends()
◆ GetPath()
◆ IsEnd()
◆ IsStart()
◆ Starts()
The documentation for this class was generated from the following file: