Home
last modified time | relevance | path

Searched refs:m_weightSegments (Results 1 – 4 of 4) sorted by relevance

/dports/math/ogdf/OGDF/include/ogdf/layered/
H A DOptimalHierarchyLayout.h136 return m_weightSegments; in weightSegments()
142 m_weightSegments = w; in weightSegments()
175 double m_weightSegments; //!< The weight of edge segments. variable
H A DOptimalHierarchyClusterLayout.h140 return m_weightSegments; in weightSegments()
146 m_weightSegments = w; in weightSegments()
194 double m_weightSegments; //!< The weight of edge segments. variable
/dports/math/ogdf/OGDF/src/ogdf/layered/
H A DOptimalHierarchyLayout.cpp45 m_weightSegments = 2.0; in OptimalHierarchyLayout()
54 m_weightSegments = ohl.weightSegments(); in OptimalHierarchyLayout()
63 m_weightSegments = ohl.weightSegments(); in operator =()
482 obj[i] = (GC.chain(GC.original(e)).size() >= 3) ? m_weightSegments : 1.0; in computeXCoordinates()
H A DOptimalHierarchyClusterLayout.cpp102 m_weightSegments = 2.0; in OptimalHierarchyClusterLayout()
114 m_weightSegments = ohl.weightSegments(); in OptimalHierarchyClusterLayout()
126 m_weightSegments = ohl.weightSegments(); in operator =()
633 obj[i] = 1.2*m_weightSegments; in computeXCoordinates()
635 obj[i] = (sz >= 3) ? m_weightSegments : 1.0; in computeXCoordinates()