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

Method GetNotMergedCoastsCount

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

Source from the content-addressed store, hash-verified

78 bool HasNotMergedCoasts() const { return m_notMergedCoastsCount != 0; }
79
80 size_t GetNotMergedCoastsCount() const { return m_notMergedCoastsCount; }
81
82 size_t GetNotMergedCoastsPoints() const { return m_totalNotMergedCoastsPoints; }
83};

Callers 1

FinishMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected