PGROUTING  3.2
GraphEdgeInfo Class Reference

#include "GraphDefinition.h"

Collaboration diagram for GraphEdgeInfo:

Public Attributes

bool m_bIsLeadingRestrictedEdge
 
double m_dCost
 
double m_dReverseCost
 
int64 m_lEdgeID
 
int64 m_lEdgeIndex
 
int64 m_lEndNode
 
int64 m_lStartNode
 
int64 m_sDirection
 
LongVector m_vecEndConnedtedEdge
 
VectorOfLongVector m_vecRestrictedEdge
 
LongVector m_vecStartConnectedEdge
 

Detailed Description

Definition at line 89 of file GraphDefinition.h.

Member Data Documentation

◆ m_bIsLeadingRestrictedEdge

bool GraphEdgeInfo::m_bIsLeadingRestrictedEdge

Definition at line 98 of file GraphDefinition.h.

◆ m_dCost

◆ m_dReverseCost

◆ m_lEdgeID

int64 GraphEdgeInfo::m_lEdgeID

◆ m_lEdgeIndex

int64 GraphEdgeInfo::m_lEdgeIndex

◆ m_lEndNode

◆ m_lStartNode

◆ m_sDirection

int64 GraphEdgeInfo::m_sDirection

Definition at line 93 of file GraphDefinition.h.

◆ m_vecEndConnedtedEdge

LongVector GraphEdgeInfo::m_vecEndConnedtedEdge

◆ m_vecRestrictedEdge

VectorOfLongVector GraphEdgeInfo::m_vecRestrictedEdge

Definition at line 99 of file GraphDefinition.h.

Referenced by GraphDefinition::addEdge().

◆ m_vecStartConnectedEdge

LongVector GraphEdgeInfo::m_vecStartConnectedEdge

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