MCPcopy Create free account
hub / github.com/ImageEngine/cortex / split1

Function split1

src/IECorePython/BoxAlgoBinding.cpp:50–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48
49template<typename T>
50static tuple split1( const Box<T> &box, int axis )
51{
52 Box<T> low, high;
53 BoxAlgo::split( box, low, high, axis );
54 return make_tuple( low, high );
55}
56
57template<typename T>
58static tuple split2( const Box<T> &box )

Callers

nothing calls this directly

Calls 1

splitFunction · 0.85

Tested by

no test coverage detected