Home
last modified time | relevance | path

Searched refs:fixedLayerDistance (Results 1 – 6 of 6) sorted by relevance

/dports/math/ogdf/OGDF/include/ogdf/layered/
H A DOptimalHierarchyLayout.h125 bool fixedLayerDistance() const { in fixedLayerDistance() function
130 void fixedLayerDistance(bool b) { in fixedLayerDistance() function
H A DOptimalHierarchyClusterLayout.h129 bool fixedLayerDistance() const { in fixedLayerDistance() function
134 void fixedLayerDistance(bool b) { in fixedLayerDistance() function
H A DFastHierarchyLayout.h117 bool fixedLayerDistance() const { in fixedLayerDistance() function
122 void fixedLayerDistance(bool b) { in fixedLayerDistance() function
/dports/math/ogdf/OGDF/include/ogdf/upward/
H A DLayerBasedUPRLayout.h116 fhl->fixedLayerDistance(true); in LayerBasedUPRLayout()
/dports/math/ogdf/OGDF/src/ogdf/layered/
H A DOptimalHierarchyLayout.cpp53 m_fixedLayerDistance = ohl.fixedLayerDistance(); in OptimalHierarchyLayout()
62 m_fixedLayerDistance = ohl.fixedLayerDistance(); in operator =()
H A DOptimalHierarchyClusterLayout.cpp113 m_fixedLayerDistance = ohl.fixedLayerDistance(); in OptimalHierarchyClusterLayout()
125 m_fixedLayerDistance = ohl.fixedLayerDistance(); in operator =()