Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Education
Rocs
Commits
b11aade8
Commit
b11aade8
authored
Jul 20, 2020
by
Dilson Guimarães
Committed by
Caio Tonetti
Nov 20, 2020
Browse files
Fixed documentation of the applyRadialLayout method.
parent
e26bf44d
Changes
1
Show whitespace changes
Inline
Side-by-side
libgraphtheory/modifiers/topology.h
View file @
b11aade8
...
...
@@ -110,8 +110,16 @@ public:
const
bool
randomizeInitialPositions
,
const
quint32
seed
);
/**
* Aplies a radial layout to a tree.
*
* @param document The graph document to be laid out. This document should represented a tree.
* @param nodeRadius The radius of the circles that are used to represent nodes.
* @param margin The size of the top and left margins.
* @param nodeSeparation The minimum distance between two nodes.
*/
static
void
applyRadialLayoutToTree
(
GraphDocumentPtr
document
,
const
qreal
nodeRadius
,
const
qreal
margin
,
const
qreal
minimumN
odeSeparation
);
const
qreal
margin
,
const
qreal
n
odeSeparation
);
};
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment