PGROUTING
3.2
|
#include "pgr_edge_xy_t.h"
Public Attributes | |
double | cost |
int64_t | id |
double | reverse_cost |
int64_t | source |
int64_t | target |
double | x1 |
double | x2 |
double | y1 |
double | y2 |
Definition at line 38 of file pgr_edge_xy_t.h.
double Pgr_edge_xy_t::cost |
Definition at line 42 of file pgr_edge_xy_t.h.
int64_t Pgr_edge_xy_t::id |
Definition at line 39 of file pgr_edge_xy_t.h.
Referenced by do_alphaShape().
double Pgr_edge_xy_t::reverse_cost |
Definition at line 43 of file pgr_edge_xy_t.h.
int64_t Pgr_edge_xy_t::source |
Definition at line 40 of file pgr_edge_xy_t.h.
Referenced by do_alphaShape().
int64_t Pgr_edge_xy_t::target |
Definition at line 41 of file pgr_edge_xy_t.h.
Referenced by do_alphaShape().
double Pgr_edge_xy_t::x1 |
Definition at line 44 of file pgr_edge_xy_t.h.
Referenced by anonymous_namespace{alphaShape_driver.cpp}::data_eq(), and do_alphaShape().
double Pgr_edge_xy_t::x2 |
Definition at line 46 of file pgr_edge_xy_t.h.
Referenced by do_alphaShape().
double Pgr_edge_xy_t::y1 |
Definition at line 45 of file pgr_edge_xy_t.h.
Referenced by anonymous_namespace{alphaShape_driver.cpp}::data_eq(), and do_alphaShape().
double Pgr_edge_xy_t::y2 |
Definition at line 47 of file pgr_edge_xy_t.h.
Referenced by do_alphaShape().