PGROUTING  3.2
matrix_cell Struct Reference

#include "matrix_cell_t.h"

Public Attributes

double cost
 
int64_t from_vid
 
int64_t to_vid
 

Detailed Description

Definition at line 37 of file matrix_cell_t.h.

Member Data Documentation

◆ cost

double matrix_cell::cost

Definition at line 40 of file matrix_cell_t.h.

Referenced by _pgr_floydwarshall(), _pgr_johnson(), and pgr_fetch_row().

◆ from_vid

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

◆ to_vid

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


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