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

Method Next

libs/routing/segment.hpp:59–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 /// @}
58
59 void Next(bool forward) { forward ? ++m_segmentIdx : --m_segmentIdx; }
60
61private:
62 uint32_t m_featureId = 0;

Callers 2

ReconstructJointMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected