#include "xy_vertex.h"
Definition at line 40 of file xy_vertex.h.
◆ XY_vertex() [1/4]
pgrouting::XY_vertex::XY_vertex |
( |
| ) |
|
|
default |
◆ XY_vertex() [2/4]
pgrouting::XY_vertex::XY_vertex |
( |
const XY_vertex & |
| ) |
|
|
default |
◆ XY_vertex() [3/4]
pgrouting::XY_vertex::XY_vertex |
( |
const int64_t |
_id, |
|
|
double |
_x, |
|
|
double |
_y |
|
) |
| |
|
inline |
◆ XY_vertex() [4/4]
pgrouting::XY_vertex::XY_vertex |
( |
const Pgr_edge_xy_t & |
other, |
|
|
bool |
is_source |
|
) |
| |
|
inline |
◆ cp_members()
void pgrouting::XY_vertex::cp_members |
( |
const XY_vertex & |
other | ) |
|
|
inline |
◆ operator==()
bool pgrouting::XY_vertex::operator== |
( |
const XY_vertex & |
rhs | ) |
const |
◆ x()
double pgrouting::XY_vertex::x |
( |
| ) |
const |
|
inline |
◆ y()
double pgrouting::XY_vertex::y |
( |
| ) |
const |
|
inline |
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
log, |
|
|
const XY_vertex & |
v |
|
) |
| |
|
friend |
Definition at line 51 of file xy_vertex.cpp.
52 log << v.id <<
"-" << bg::wkt(v.point);
◆ id
int64_t pgrouting::XY_vertex::id |
◆ point
Bpoint pgrouting::XY_vertex::point |
The documentation for this class was generated from the following files: