You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EdgeSet is using intedge, which is 'lightweight', probably for performance. If performance isn't too bad, include an edgeset with cost type stored. Doesn't need to be returned with graph, but should act like a custom attribute or energy expenditure for query on an edge id.
Add method or overload for getting step type after the graph generator. Either add a toggle for the edge type to be recorded or overload with new method
Edge type for step etc. is not exposed in C API.
EdgeSet is using intedge, which is 'lightweight', probably for performance. If performance isn't too bad, include an edgeset with cost type stored. Doesn't need to be returned with graph, but should act like a custom attribute or energy expenditure for query on an edge id.
dhart/src/Cinterface/spatialstructures_C.cpp
Line 66 in 7ce7a6a
dhart/src/Cinterface/spatialstructures_C.cpp
Line 395 in 4532b54
dhart/src/Cpp/spatialstructures/src/Edge.h
Line 31 in 4532b54
dhart/src/Python/dhart/spatialstructures/node.py
Line 10 in 4532b54
The text was updated successfully, but these errors were encountered: