Searched refs:oBegin (Results 1 – 1 of 1) sorted by relevance
/external/eigen/unsupported/Eigen/src/BVH/ |
D | BVAlgorithms.h | 26 ObjIter oBegin = ObjIter(), oEnd = ObjIter(); in intersect_helper() local 31 tree.getChildren(todo.back(), vBegin, vEnd, oBegin, oEnd); in intersect_helper() 38 for(; oBegin != oEnd; ++oBegin) //go through child objects in intersect_helper() 39 if(intersector.intersectObject(*oBegin)) in intersect_helper() 158 ObjIter oBegin = ObjIter(), oEnd = ObjIter(); in minimize_helper() local 164 tree.getChildren(todo.top().second, vBegin, vEnd, oBegin, oEnd); in minimize_helper() 167 for(; oBegin != oEnd; ++oBegin) //go through child objects in minimize_helper() 168 minimum = (std::min)(minimum, minimizer.minimumOnObject(*oBegin)); in minimize_helper()
|