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

Method GetPointsCount

generator/feature_builder.cpp:589–595  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

587}
588
589size_t FeatureBuilder::GetPointsCount() const
590{
591 size_t counter = 0;
592 for (auto const & p : m_polygons)
593 counter += p.size();
594 return counter;
595}
596
597bool FeatureBuilder::IsDrawableInRange(int lowScale, int highScale) const
598{

Callers 15

ForEachNodeIdxMethod · 0.45
GetFirstCommonJointMethod · 0.45
CheckAndProcessUTurnMethod · 0.45
DebugPrintFunction · 0.45
CalcRoadFeatureIdsFunction · 0.45
ProcessMethod · 0.45
ProcessFeatureMethod · 0.45
FillWeightsFunction · 0.45
LessFunction · 0.45
ProcessMethod · 0.45
ReadFeaturesFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by 4

UNIT_CLASS_TESTFunction · 0.36
TestAltitudesFunction · 0.36
BuildCoastsMethod · 0.36
GetCountersForCountryMethod · 0.36