OR-Tools  9.6
PathsMetadata

Detailed Description

Definition at line 208 of file routing.h.

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()

PathsMetadata ( const RoutingIndexManager manager)
inlineexplicit

Definition at line 210 of file routing.h.

Member Function Documentation

◆ Ends()

const std::vector<int64_t>& Ends ( ) const
inline

Definition at line 236 of file routing.h.

◆ GetPath()

int GetPath ( int64_t  start_or_end_node) const
inline

Definition at line 232 of file routing.h.

◆ IsEnd()

bool IsEnd ( int64_t  node) const
inline

Definition at line 231 of file routing.h.

◆ IsStart()

bool IsStart ( int64_t  node) const
inline

Definition at line 230 of file routing.h.

◆ Starts()

const std::vector<int64_t>& Starts ( ) const
inline

Definition at line 235 of file routing.h.


The documentation for this class was generated from the following file: