PGROUTING
3.2
|
#include "contracted_rt.h"
Public Attributes | |
int64_t * | contracted_vertices |
int | contracted_vertices_size |
double | cost |
int64_t | id |
int64_t | source |
int64_t | target |
char * | type |
Definition at line 40 of file contracted_rt.h.
int64_t* contracted_rt::contracted_vertices |
Definition at line 48 of file contracted_rt.h.
Referenced by _pgr_contraction().
int contracted_rt::contracted_vertices_size |
Definition at line 49 of file contracted_rt.h.
double contracted_rt::cost |
Definition at line 47 of file contracted_rt.h.
int64_t contracted_rt::id |
Definition at line 43 of file contracted_rt.h.
int64_t contracted_rt::source |
Definition at line 45 of file contracted_rt.h.
int64_t contracted_rt::target |
Definition at line 46 of file contracted_rt.h.
char* contracted_rt::type |
Definition at line 44 of file contracted_rt.h.