Home
last modified time | relevance | path

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

/dports/math/ogdf/OGDF/include/ogdf/uml/
H A DPlanRepUML.h112 void expandLowDegreeVertices(OrthoRep &OR, bool alignSmallDegree = false);
/dports/math/ogdf/OGDF/src/ogdf/uml/
H A DPlanRepUML.cpp456 void PlanRepUML::expandLowDegreeVertices(OrthoRep &OR, bool alignSmallDegree) in expandLowDegreeVertices() argument
538 if (alignSmallDegree && (startDegree == 2)) in expandLowDegreeVertices()