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

Method GetPointsCount

generator/coastlines_generator.cpp:107–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105 }
106
107 size_t GetPointsCount() const
108 {
109 size_t count = 0;
110 for (size_t i = 0; i < m_res.size(); ++i)
111 count += m_res[i].GetPointsCount();
112 return count;
113 }
114
115 void AssignGeometry(feature::FeatureBuilder & fb)
116 {

Callers 3

operator()Method · 0.45
ProcessCellMethod · 0.45
GetFeaturesMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected