Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ GetPointsCount
Method
GetPointsCount
libs/indexer/feature.cpp:772–776 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
770
}
771
772
size_t FeatureType::GetPointsCount() const
773
{
774
ASSERT(m_parsed.m_points, ());
775
return m_points.size();
776
}
777
778
m2::PointD const & FeatureType::GetPoint(size_t i) const
779
{
Callers
3
MatchPOIsWithStreets
Method · 0.45
GetMinDistanceMeters
Function · 0.45
ExtractTrafficKeys
Method · 0.45
Calls
2
ASSERT
Function · 0.85
size
Method · 0.45
Tested by
no test coverage detected