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

Method IsEqualFullType

libs/map/routing_mark.cpp:96–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96bool RouteMarkPoint::IsEqualFullType(RouteMarkType type, size_t intermediateIndex) const
97{
98 if (type == RouteMarkType::Intermediate)
99 return m_markData.m_pointType == type && m_markData.m_intermediateIndex == intermediateIndex;
100 return m_markData.m_pointType == type;
101}
102
103void RouteMarkPoint::SetIsMyPosition(bool isMyPosition)
104{

Callers 2

RemoveRoutePointMethod · 0.80
GetRoutePointMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected