Home
last modified time | relevance | path

Searched refs:sphere_methods (Results 1 – 1 of 1) sorted by relevance

/oneTBB/examples/parallel_for/tachyon/src/
H A Dsphere.cpp60 static object_methods sphere_methods = { (void (*)(void *, void *))(sphere_intersect), variable
70 s->methods = &sphere_methods; in newsphere()