Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ split2
Function
split2
src/IECorePython/BoxAlgoBinding.cpp:58–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
57
template<typename T>
58
static tuple split2( const Box<T> &box )
59
{
60
Box<T> low, high;
61
BoxAlgo::split( box, low, high );
62
return make_tuple( low, high );
63
}
64
65
template<typename T>
66
void bind()
Callers
nothing calls this directly
Calls
1
split
Function · 0.85
Tested by
no test coverage detected