Path 1.0
GraphEdge Class Reference

Edges in the CostGraph graph. More...

#include <shortestgraph.h>

Public Member Functions

 GraphEdge (int, const double)
 Create an edge in the graph.
 

Public Attributes

int target = 0.0
 Target node.
 
double weight = 0.0
 Weight of the edge.
 

Friends

class CostGraph
 

Detailed Description

Edges in the CostGraph graph.

Constructor & Destructor Documentation

◆ GraphEdge()

GraphEdge::GraphEdge ( int t,
const double c )
inlineexplicit

Create an edge in the graph.

Parameters
tTarget node.
cCost.

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