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

/external/eigen/unsupported/Eigen/src/BVH/
H A DBVAlgorithms.h104 VolIter1 vBegin1 = VolIter1(), vEnd1 = VolIter1(); local
112 tree1.getChildren(todo.back().first, vBegin1, vEnd1, oBegin1, oEnd1);
116 for(; vBegin1 != vEnd1; ++vBegin1) { //go through child volumes of first tree
117 const typename BVH1::Volume &vol1 = tree1.getVolume(*vBegin1);
120 todo.push_back(std::make_pair(*vBegin1, *vCur2));
125 if(internal::intersect_helper(tree1, helper, *vBegin1))
248 VolIter1 vBegin1 = VolIter1(), vEnd1 = VolIter1(); local
258 tree1.getChildren(todo.top().second.first, vBegin1, vEnd1, oBegin1, oEnd1);
273 for(; vBegin1 !
[all...]

Completed in 72 milliseconds