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

Method OverwriteFakeEnding

libs/routing/guides_connections.cpp:211–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209}
210
211void GuidesConnections::OverwriteFakeEnding(size_t checkpointIdx, FakeEnding const & newFakeEnding)
212{
213 m_checkpointsFakeEndings[checkpointIdx] = newFakeEnding;
214}
215
216// static
217void GuidesConnections::ExtendFakeEndingProjections(FakeEnding const & srcFakeEnding, FakeEnding & dstFakeEnding)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected