MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/Imath / execute

Method execute

src/python/PyImath/PyImathBox.cpp:217–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215 : box(b), points(p), results(r) {}
216
217 void execute(size_t start, size_t end)
218 {
219 for(size_t p = start; p < end; ++p)
220 results[p] = box.intersects(points[p]);
221 }
222};
223
224template <class T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected