Home
last modified time | relevance | path

Searched defs:SunWeightComparer (Results 1 – 1 of 1) sorted by relevance

/dports/math/ogdf/OGDF/src/ogdf/energybased/dtree/
H A DGalaxyLevel.cpp102 struct SunWeightComparer struct
105 explicit SunWeightComparer(const NodeArray<double>& weight) : m_weight(weight) { } in SunWeightComparer() function
108 bool operator()(node a, node b) const { return m_weight[a] < m_weight[b]; } in operator ()()
111 const NodeArray<double>& m_weight;