Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ addKDTreeTest
Function
addKDTreeTest
test/IECore/KDTreeTest.cpp:40–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
{
39
40
void addKDTreeTest(boost::unit_test::test_suite* test)
41
{
42
test->add( new KDTreeTestSuite<10>() );
43
test->add( new KDTreeTestSuite<1500>() );
44
}
45
46
}
Callers
1
init
Function · 0.85
Calls
1
add
Method · 0.45
Tested by
no test coverage detected