Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpvrlab/ImagePlay
/ sortTreeDepthLessThan
Method
sortTreeDepthLessThan
ImagePlay/src/IPProcessGrid.cpp:61–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
bool IPProcessGrid::sortTreeDepthLessThan(IPProcessStep* s1, IPProcessStep* s2)
62
{
63
return s1->treeDepth() < s2->treeDepth();
64
}
65
66
//breath first search
67
void IPProcessGrid::buildQueue()
Callers
nothing calls this directly
Calls
1
treeDepth
Method · 0.80
Tested by
no test coverage detected