#include "line_vertex.h"
Definition at line 45 of file line_vertex.h.
◆ Line_vertex() [1/3]
pgrouting::Line_vertex::Line_vertex |
( |
| ) |
|
|
inline |
◆ Line_vertex() [2/3]
pgrouting::Line_vertex::Line_vertex |
( |
const pgr_edge_t & |
edge | ) |
|
|
inlineexplicit |
◆ Line_vertex() [3/3]
pgrouting::Line_vertex::Line_vertex |
( |
const Line_vertex & |
v | ) |
|
|
inline |
◆ cp_members() [1/2]
void pgrouting::Line_vertex::cp_members |
( |
const Line_vertex & |
other | ) |
|
|
inline |
◆ cp_members() [2/2]
void pgrouting::Line_vertex::cp_members |
( |
int64_t |
_id, |
|
|
int64_t |
_source |
|
) |
| |
|
inline |
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
log, |
|
|
const Line_vertex & |
v |
|
) |
| |
|
friend |
Definition at line 80 of file line_vertex.h.
81 log <<
"\nid = " << v.id;
82 log <<
" | vertex_id = " << v.vertex_id;
83 log <<
" | source = " << v.source;
84 log <<
" | target = " << v.target;
85 log <<
" | cost = " << v.cost;
◆ cost
double pgrouting::Line_vertex::cost |
◆ id
int64_t pgrouting::Line_vertex::id |
◆ source
int64_t pgrouting::Line_vertex::source |
◆ target
int64_t pgrouting::Line_vertex::target |
◆ vertex_id
int64_t pgrouting::Line_vertex::vertex_id |
The documentation for this class was generated from the following file: