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

Method IsFake

tools/openlr/router.hpp:113–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 static Edge MakeSpecial(Vertex const & u, Vertex const & v);
112
113 bool IsFake() const { return m_raw.IsFake(); }
114 bool IsSpecial() const { return m_isSpecial; }
115
116 std::pair<m2::PointD, m2::PointD> ToPair() const;

Callers 15

ConnectCandidatesMethod · 0.45
FindShortestPathMethod · 0.45
GetAllSuitablePathsMethod · 0.45
LinkMethod · 0.45
GetAllSuitablePathsMethod · 0.45
LinkMethod · 0.45
FindPathMethod · 0.45
ForEachNonFakeEdgeMethod · 0.45
ForStagePrefixMethod · 0.45
ReconstructPathMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected