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

Method execute

src/python/PyImath/PyImathBox.cpp:233–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231 : boxes(b), points(p) {}
232
233 void execute(size_t start, size_t end, int tid)
234 {
235 for(size_t p = start; p < end; ++p)
236 boxes[tid].extendBy(points[p]);
237 }
238 void execute(size_t start, size_t end)
239 {
240 throw std::invalid_argument ("Box::ExtendBy execute requires a thread id");

Callers

nothing calls this directly

Calls 1

extendByMethod · 0.80

Tested by

no test coverage detected