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

Method IsIgnoreBarriers

generator/road_access_generator.cpp:362–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

360}
361
362bool RoadAccessTagProcessor::IsIgnoreBarriers(size_t wayIdx) const
363{
364 if (m_highwaysToIgnoreWABarriers)
365 {
366 CHECK_LESS(wayIdx, m_ignoreWABarriers.size(), ());
367 return m_ignoreWABarriers[wayIdx];
368 }
369 return false;
370}
371
372void RoadAccessTagProcessor::MergeInto(RoadAccessTagProcessor & processor) const
373{

Callers 1

SaveMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected