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

Function bindKDTree

src/IECorePython/KDTreeBinding.cpp:59–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57void bindKDTree(const char *bindName);
58
59void bindKDTree()
60{
61 bindKDTree< V2fTree >("V2fTree");
62 bindKDTree< V2dTree >("V2dTree");
63 bindKDTree< V3fTree >("V3fTree");
64 bindKDTree< V3dTree >("V3dTree");
65}
66
67template<typename T>
68struct KDTreeWrapper

Callers 1

BOOST_PYTHON_MODULEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected