PGROUTING  3.2
Pgr_edge_xy_t Struct Reference

#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
 

Detailed Description

Definition at line 38 of file pgr_edge_xy_t.h.

Member Data Documentation

◆ cost

double Pgr_edge_xy_t::cost

Definition at line 42 of file pgr_edge_xy_t.h.

◆ id

int64_t Pgr_edge_xy_t::id

Definition at line 39 of file pgr_edge_xy_t.h.

Referenced by do_alphaShape().

◆ reverse_cost

double Pgr_edge_xy_t::reverse_cost

Definition at line 43 of file pgr_edge_xy_t.h.

◆ source

int64_t Pgr_edge_xy_t::source

Definition at line 40 of file pgr_edge_xy_t.h.

Referenced by do_alphaShape().

◆ target

int64_t Pgr_edge_xy_t::target

Definition at line 41 of file pgr_edge_xy_t.h.

Referenced by do_alphaShape().

◆ x1

double Pgr_edge_xy_t::x1

◆ x2

double Pgr_edge_xy_t::x2

Definition at line 46 of file pgr_edge_xy_t.h.

Referenced by do_alphaShape().

◆ y1

double Pgr_edge_xy_t::y1

◆ y2

double Pgr_edge_xy_t::y2

Definition at line 47 of file pgr_edge_xy_t.h.

Referenced by do_alphaShape().


The documentation for this struct was generated from the following file: