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

Method GetNumPoints

libs/routing/index_graph.hpp:88–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 uint32_t GetNumRoads() const { return m_roadIndex.GetSize(); }
87 uint32_t GetNumJoints() const { return m_jointIndex.GetNumJoints(); }
88 uint32_t GetNumPoints() const { return m_jointIndex.GetNumPoints(); }
89
90 void Build(uint32_t numJoints);
91 void Import(std::vector<Joint> const & joints);

Callers 2

BuildRoutingIndexFunction · 0.45
UNIT_TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

UNIT_TESTFunction · 0.36