PGROUTING
3.2
|
#include "GraphDefinition.h"
Public Member Functions | |
Rule (double c, std::vector< int64 > p) | |
Public Attributes | |
double | cost |
std::vector< int64 > | precedencelist |
Definition at line 75 of file GraphDefinition.h.
|
inline |
Definition at line 78 of file GraphDefinition.h.
double Rule::cost |
Definition at line 76 of file GraphDefinition.h.
std::vector<int64> Rule::precedencelist |
Definition at line 77 of file GraphDefinition.h.