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
Cresson Remi
LSGRM
Commits
ff0c3a2c
Commit
ff0c3a2c
authored
Aug 09, 2016
by
remicres
Browse files
FIX: remote debug msgs
parent
231923e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/lsrmGraphOperations.txx
View file @
ff0c3a2c
...
...
@@ -212,12 +212,6 @@ namespace lsrm
typename GraphOperations<TSegmenter>::EdgeIterator
GraphOperations<TSegmenter>::FindEdge(NodePointerType n, NodePointerType target)
{
std::cout << "Entering GraphOperations<TSegmenter>::FindEdge" << std::endl;
for (unsigned int i = 0 ; i < n->m_Edges.size() ; i++)
{
std::cout << (n->m_Edges[i].m_Cost) << std::endl;
}
std::cout << "Leaving GraphOperations<TSegmenter>::FindEdge (return e.GetRegion() == ...)" << std::endl;
return std::find_if(n->m_Edges.begin(), n->m_Edges.end(),[&](EdgeType& e)->bool{
return e.GetRegion() == target;
});
...
...
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