Searched refs:vBegin (Results 1 - 1 of 1) sorted by relevance

/external/eigen/unsupported/Eigen/src/BVH/
H A DBVAlgorithms.h25 VolIter vBegin = VolIter(), vEnd = VolIter(); local
31 tree.getChildren(todo.back(), vBegin, vEnd, oBegin, oEnd);
34 for(; vBegin != vEnd; ++vBegin) //go through child volumes
35 if(intersector.intersectVolume(tree.getVolume(*vBegin)))
36 todo.push_back(*vBegin);
157 VolIter vBegin = VolIter(), vEnd = VolIter(); local
164 tree.getChildren(todo.top().second, vBegin, vEnd, oBegin, oEnd);
170 for(; vBegin != vEnd; ++vBegin) { //g
[all...]

Completed in 82 milliseconds