PGROUTING  3.2
pgrouting::Basic_edge Class Reference

#include "basic_edge.h"

Public Member Functions

void cp_members (const Basic_edge &other)
 

Public Attributes

double cost
 
int64_t id
 
int64_t source
 
int64_t target
 

Detailed Description

Definition at line 35 of file basic_edge.h.

Member Function Documentation

◆ cp_members()

void pgrouting::Basic_edge::cp_members ( const Basic_edge other)

Definition at line 30 of file basic_edge.cpp.

30  {
31  this->id = other.id;
32  this->cost = other.cost;
33  }

References cost, and id.

Member Data Documentation

◆ cost

◆ id

int64_t pgrouting::Basic_edge::id

Definition at line 43 of file basic_edge.h.

Referenced by cp_members().

◆ source

int64_t pgrouting::Basic_edge::source

Definition at line 40 of file basic_edge.h.

◆ target

int64_t pgrouting::Basic_edge::target

Definition at line 41 of file basic_edge.h.


The documentation for this class was generated from the following files:
pgrouting::Basic_edge::cost
double cost
Definition: basic_edge.h:44