MCPcopy 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
57template<typename T>
58static 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
65template<typename T>
66void bind()

Callers

nothing calls this directly

Calls 1

splitFunction · 0.85

Tested by

no test coverage detected