MCPcopy Create free account
hub / github.com/comaps/comaps / SetRoutePointFullType

Method SetRoutePointFullType

libs/map/routing_mark.cpp:90–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90void RouteMarkPoint::SetRoutePointFullType(RouteMarkType type, size_t intermediateIndex)
91{
92 SetRoutePointType(type);
93 SetIntermediateIndex(intermediateIndex);
94}
95
96bool RouteMarkPoint::IsEqualFullType(RouteMarkType type, size_t intermediateIndex) const
97{

Callers 2

AddRoutePointMethod · 0.80
RemoveRoutePointMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected