Home
last modified time | relevance | path

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

/dports/math/ogdf/OGDF/include/ogdf/layered/
H A DOptimalHierarchyLayout.h135 double weightSegments() const { in weightSegments() function
140 void weightSegments(double w) { in weightSegments() function
H A DOptimalHierarchyClusterLayout.h139 double weightSegments() const { in weightSegments() function
144 void weightSegments(double w) { in weightSegments() function
/dports/math/ogdf/OGDF/src/ogdf/layered/
H A DOptimalHierarchyLayout.cpp54 m_weightSegments = ohl.weightSegments(); in OptimalHierarchyLayout()
63 m_weightSegments = ohl.weightSegments(); in operator =()
H A DOptimalHierarchyClusterLayout.cpp114 m_weightSegments = ohl.weightSegments(); in OptimalHierarchyClusterLayout()
126 m_weightSegments = ohl.weightSegments(); in operator =()