Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/src/BVH/
DBVAlgorithms.h153 typedef std::pair<Scalar, Index> QueueElement; //first element is priority in minimize_helper() typedef
159 …std::priority_queue<QueueElement, std::vector<QueueElement>, std::greater<QueueElement> > todo; //… in minimize_helper()
242 typedef std::pair<Scalar, std::pair<Index1, Index2> > QueueElement; //first element is priority in BVMinimize() typedef
252 …std::priority_queue<QueueElement, std::vector<QueueElement>, std::greater<QueueElement> > todo; //… in BVMinimize()