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
4d2d6dda
Commit
4d2d6dda
authored
Apr 24, 2012
by
Davis King
Browse files
Clarified spec
parent
b7aabf8d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
dlib/graph_utils/graph_utils_abstract.h
dlib/graph_utils/graph_utils_abstract.h
+2
-2
No files found.
dlib/graph_utils/graph_utils_abstract.h
View file @
4d2d6dda
...
@@ -77,8 +77,8 @@ namespace dlib
...
@@ -77,8 +77,8 @@ namespace dlib
- T is an implementation of directed_graph/directed_graph_kernel_abstract.h
- T is an implementation of directed_graph/directed_graph_kernel_abstract.h
- g.has_edge(parent_idx,child_idx)
- g.has_edge(parent_idx,child_idx)
ensures
ensures
- returns a reference to the edge data for the directed edge connecting
parent
- returns a
const
reference to the edge data for the directed edge connecting
node g.node(parent_idx) to child node g.node(child_idx).
parent
node g.node(parent_idx) to child node g.node(child_idx).
!*/
!*/
// ----------------------------------------------------------------------------------------
// ----------------------------------------------------------------------------------------
...
...
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