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

Method GetCenter

libs/indexer/feature.cpp:335–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333}
334
335m2::PointD FeatureType::GetCenter()
336{
337 ASSERT_EQUAL(GetGeomType(), feature::GeomType::Point, ());
338 ParseCommon();
339 return m_center;
340}
341
342int8_t FeatureType::GetLayer()
343{

Callers 9

ForEachFeatureAtPointFunction · 0.45
DisplaceableNodeMethod · 0.45
GetCenterFunction · 0.45
GetMinDistanceMetersFunction · 0.45
is_intersectMethod · 0.45
ProcessPointStyleMethod · 0.45
ThreadRoutineMethod · 0.45
OnSetCenterMethod · 0.45
GetJunctionTypesMethod · 0.45

Calls

no outgoing calls

Tested by 1

is_intersectMethod · 0.36