Home
last modified time | relevance | path

Searched defs:QhullPointsIterator (Results 1 – 5 of 5) sorted by relevance

/dports/math/libmesh/libmesh-1.6.2/contrib/qhull/2012.1/src/libqhullcpp/
H A DQhullPoints.h26 class QhullPointsIterator; variable
225QhullPointsIterator(const QhullPoints &other) : ps(&other), i(ps->constBegin()) {} in QhullPointsIterator() function
H A DQhullPointSet.h27 class QhullPointsIterator; variable
/dports/math/qhull/qhull-7.3.2/src/libqhullcpp/
H A DQhullPoints.h22 class QhullPointsIterator; //!< Java-style iterator variable
244QhullPointsIterator(const QhullPoints &other) : ps(&other), i(ps->constBegin()) {} in QhullPointsIterator() function
/dports/math/qhull8/qhull-8.0.2/src/libqhullcpp/
H A DQhullPoints.h22 class QhullPointsIterator; //!< Java-style iterator variable
246QhullPointsIterator(const QhullPoints &other) : ps(other), i(ps.constBegin()) {} in QhullPointsIterator() function
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/qhull/src/libqhullcpp/
H A DQhullPoints.h22 class QhullPointsIterator; //!< Java-style iterator variable
244QhullPointsIterator(const QhullPoints &other) : ps(&other), i(ps->constBegin()) {} in QhullPointsIterator() function