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

Method Sort

libs/indexer/classificator.cpp:90–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90void ClassifObject::Sort()
91{
92 sort(m_drawRules.begin(), m_drawRules.end(), less_scales());
93 sort(m_objs.begin(), m_objs.end(), LessName());
94 for (auto & obj : m_objs)
95 obj.Sort();
96}
97
98void ClassifObject::Swap(ClassifObject & r)
99{

Callers 1

ReadClassificatorMethod · 0.45

Calls 4

less_scalesClass · 0.85
LessNameClass · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected