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

Function bind

src/IECorePython/BoxAlgoBinding.cpp:66–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64
65template<typename T>
66void bind()
67{
68 def( "contains", &BoxAlgo::contains<T> );
69 def( "split", &split1<T> );
70 def( "split", &split2<T> );
71}
72
73} // namespace
74

Callers 8

parseOBJMethod · 0.50
DisplayDriverServerMethod · 0.50
handleAcceptMethod · 0.50
startMethod · 0.50
handleReadHeaderMethod · 0.50
MemberDataMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected