vrpRouting  0.3
Vroom_matrix_t Struct Reference

Matrix's attributes. More...

#include "vroom_matrix_t.h"

Public Attributes

TravelCost cost
 Duration to travel from start to end. More...
 
Duration duration
 End node identifier. More...
 
MatrixIndex end_id
 Start node identifier. More...
 
MatrixIndex start_id
 

Detailed Description

Matrix's attributes.

Note
C/C++/postgreSQL connecting structure for input
name description
start_id Start node identifier
end_id End node identifier
duration Duration to travel from start to end
cost Cost to travel from start to end

Definition at line 46 of file vroom_matrix_t.h.

Member Data Documentation

◆ cost

TravelCost Vroom_matrix_t::cost

Duration to travel from start to end.

Definition at line 51 of file vroom_matrix_t.h.

Referenced by fetch_matrix().

◆ duration

Duration Vroom_matrix_t::duration

End node identifier.

Definition at line 50 of file vroom_matrix_t.h.

Referenced by fetch_matrix().

◆ end_id

MatrixIndex Vroom_matrix_t::end_id

Start node identifier.

Definition at line 48 of file vroom_matrix_t.h.

Referenced by fetch_matrix().

◆ start_id

MatrixIndex Vroom_matrix_t::start_id

Definition at line 47 of file vroom_matrix_t.h.

Referenced by fetch_matrix().


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