PGROUTING
3.2
|
#include "restriction_t.h"
Public Attributes | |
double | cost |
int64_t | id |
int64_t * | via |
uint64_t | via_size |
Definition at line 37 of file restriction_t.h.
double Restriction_t::cost |
Definition at line 39 of file restriction_t.h.
Referenced by fetch_restriction().
int64_t Restriction_t::id |
Definition at line 38 of file restriction_t.h.
Referenced by fetch_restriction().
int64_t* Restriction_t::via |
Definition at line 40 of file restriction_t.h.
Referenced by fetch_restriction().
uint64_t Restriction_t::via_size |
Definition at line 41 of file restriction_t.h.
Referenced by fetch_restriction().