refactor function names; consolidate readCount() functions;
remove templated types as much as possible for type safety; add more comments; clean up code, add const if possible;
This commit is contained in:
@@ -17,7 +17,7 @@ namespace extractor
|
||||
struct OriginalEdgeData
|
||||
{
|
||||
explicit OriginalEdgeData(GeometryID via_geometry,
|
||||
unsigned name_id,
|
||||
NameID name_id,
|
||||
LaneDataID lane_data_id,
|
||||
guidance::TurnInstruction turn_instruction,
|
||||
EntryClassID entry_classid,
|
||||
|
||||
Reference in New Issue
Block a user