Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
5c3aba97
"...en/git@developer.sourcefind.cn:OpenDAS/mmdetection3d.git" did not exist on "6268c6c0f2d6707f14fdcf2e7fb596ac93e2903a"
Commit
5c3aba97
authored
Apr 28, 2012
by
Davis King
Browse files
updated docs
parent
deaf47f1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
docs/docs/algorithms.xml
docs/docs/algorithms.xml
+15
-0
docs/docs/term_index.xml
docs/docs/term_index.xml
+1
-0
No files found.
docs/docs/algorithms.xml
View file @
5c3aba97
...
@@ -64,6 +64,7 @@
...
@@ -64,6 +64,7 @@
<name>
Graph Utilities
</name>
<name>
Graph Utilities
</name>
<sub>
<sub>
<item>
graph_contains_directed_cycle
</item>
<item>
graph_contains_directed_cycle
</item>
<item>
graph_has_symmetric_edges
</item>
<item>
graph_contains_undirected_cycle
</item>
<item>
graph_contains_undirected_cycle
</item>
<item>
create_moral_graph
</item>
<item>
create_moral_graph
</item>
<item>
triangulate_graph_and_find_cliques
</item>
<item>
triangulate_graph_and_find_cliques
</item>
...
@@ -683,6 +684,20 @@
...
@@ -683,6 +684,20 @@
</component>
</component>
<!-- ************************************************************************* -->
<component>
<name>
graph_has_symmetric_edges
</name>
<file>
dlib/graph_utils.h
</file>
<spec_file
link=
"true"
>
dlib/graph_utils/graph_utils_abstract.h
</spec_file>
<description>
This function checks if a
<a
href=
"containers.html#directed_graph"
>
directed_graph
</a>
has a pair of nodes with just one edge between them. If so then it
does not have symmetric edges.
</description>
</component>
<!-- ************************************************************************* -->
<!-- ************************************************************************* -->
<component>
<component>
...
...
docs/docs/term_index.xml
View file @
5c3aba97
...
@@ -139,6 +139,7 @@
...
@@ -139,6 +139,7 @@
<term
file=
"algorithms.html"
name=
"rand"
/>
<term
file=
"algorithms.html"
name=
"rand"
/>
<term
link=
"algorithms.html#rand"
name=
"Mersenne Twister"
/>
<term
link=
"algorithms.html#rand"
name=
"Mersenne Twister"
/>
<term
file=
"algorithms.html"
name=
"graph_contains_undirected_cycle"
/>
<term
file=
"algorithms.html"
name=
"graph_contains_undirected_cycle"
/>
<term
file=
"algorithms.html"
name=
"graph_has_symmetric_edges"
/>
<term
file=
"algorithms.html"
name=
"graph_contains_directed_cycle"
/>
<term
file=
"algorithms.html"
name=
"graph_contains_directed_cycle"
/>
<term
file=
"algorithms.html"
name=
"copy_graph_structure"
/>
<term
file=
"algorithms.html"
name=
"copy_graph_structure"
/>
...
...
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