Home
last modified time | relevance | path

Searched refs:m_weightClusters (Results 1 – 2 of 2) sorted by relevance

/dports/math/ogdf/OGDF/include/ogdf/layered/
H A DOptimalHierarchyClusterLayout.h162 return m_weightClusters; in weightClusters()
168 m_weightClusters = w; in weightClusters()
196 double m_weightClusters; //!< The weight for cluster boundary variables. variable
/dports/math/ogdf/OGDF/src/ogdf/layered/
H A DOptimalHierarchyClusterLayout.cpp104 m_weightClusters = 0.05; in OptimalHierarchyClusterLayout()
116 m_weightClusters = ohl.weightClusters(); in OptimalHierarchyClusterLayout()
128 m_weightClusters = ohl.weightClusters(); in operator =()
653 obj[i] = -m_weightClusters; in computeXCoordinates()
656 obj[i] = +m_weightClusters; in computeXCoordinates()