PGROUTING
3.2
|
#include "matrix_cell_t.h"
Public Attributes | |
double | cost |
int64_t | from_vid |
int64_t | to_vid |
Definition at line 37 of file matrix_cell_t.h.
double matrix_cell::cost |
Definition at line 40 of file matrix_cell_t.h.
Referenced by _pgr_floydwarshall(), _pgr_johnson(), and pgr_fetch_row().
int64_t matrix_cell::from_vid |
Definition at line 38 of file matrix_cell_t.h.
Referenced by _pgr_floydwarshall(), _pgr_johnson(), and pgr_fetch_row().
int64_t matrix_cell::to_vid |
Definition at line 39 of file matrix_cell_t.h.
Referenced by _pgr_floydwarshall(), _pgr_johnson(), and pgr_fetch_row().