Pathfinder
Public Attributes | List of all members
Pathfinder::GraphEdge Struct Reference

This struct declares all infromation that shall be stored for each edge of a graph. More...

#include <GraphEdge.h>

Collaboration diagram for Pathfinder::GraphEdge:

Public Attributes

float distance
 The distance between the two endpoints of an edge. More...
 
short drivability
 A number that indicates which agent is able to traverse this edge. More...
 

Detailed Description

This struct declares all infromation that shall be stored for each edge of a graph.

Member Data Documentation

◆ distance

float Pathfinder::GraphEdge::distance

The distance between the two endpoints of an edge.

◆ drivability

short Pathfinder::GraphEdge::drivability

A number that indicates which agent is able to traverse this edge.


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