MCPcopy 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
61bool IPProcessGrid::sortTreeDepthLessThan(IPProcessStep* s1, IPProcessStep* s2)
62{
63 return s1->treeDepth() < s2->treeDepth();
64}
65
66//breath first search
67void IPProcessGrid::buildQueue()

Callers

nothing calls this directly

Calls 1

treeDepthMethod · 0.80

Tested by

no test coverage detected