Struct DirectionalEdge

Struct Documentation

struct DirectionalEdge

An object representing edges between nodes.

Public Functions

inline float getEdgeLength()

Public Members

unsigned int edgeid
NodePtr start = {nullptr}
NodePtr end = {nullptr}
EdgeCost edge_cost
Metadata metadata
Operations operations