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
aa8f3f2b
Commit
aa8f3f2b
authored
Apr 30, 2012
by
Davis King
Browse files
updated docs
parent
0fcd3820
Changes
2
Hide 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 @
aa8f3f2b
...
...
@@ -74,6 +74,7 @@
<item>
is_clique
</item>
<item>
is_maximal_clique
</item>
<item>
copy_graph_structure
</item>
<item>
copy_graph
</item>
<item>
edge
</item>
<item>
is_join_tree
</item>
<item>
create_join_tree
</item>
...
...
@@ -840,6 +841,20 @@
</component>
<!-- ************************************************************************* -->
<component>
<name>
copy_graph
</name>
<file>
dlib/graph_utils.h
</file>
<spec_file
link=
"true"
>
dlib/graph_utils/graph_utils_abstract.h
</spec_file>
<description>
This function takes a
<a
href=
"containers.html#graph"
>
graph
</a>
or
<a
href=
"containers.html#directed_graph"
>
directed_graph
</a>
and
makes a copy of it.
</description>
</component>
<!-- ************************************************************************* -->
<component>
...
...
docs/docs/term_index.xml
View file @
aa8f3f2b
...
...
@@ -152,6 +152,7 @@
<term
file=
"algorithms.html"
name=
"graph_has_symmetric_edges"
/>
<term
file=
"algorithms.html"
name=
"graph_contains_directed_cycle"
/>
<term
file=
"algorithms.html"
name=
"copy_graph_structure"
/>
<term
file=
"algorithms.html"
name=
"copy_graph"
/>
<term
file=
"algorithms.html"
name=
"create_moral_graph"
/>
<term
file=
"algorithms.html"
name=
"triangulate_graph_and_find_cliques"
/>
...
...
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