Home
last modified time | relevance | path

Searched defs:QhullLinkedListIterator (Results 1 – 4 of 4) sorted by relevance

/dports/math/libmesh/libmesh-1.6.2/contrib/qhull/2012.1/src/libqhullcpp/
H A DQhullLinkedList.h188QhullLinkedListIterator(const QhullLinkedList<T> &container) : c(&container), i(c->constBegin()) {} in QhullLinkedListIterator() function
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/qhull/src/libqhullcpp/
H A DQhullLinkedList.h199QhullLinkedListIterator(const QhullLinkedList<T> &container) : c(&container), i(c->constBegin()) {} in QhullLinkedListIterator() function
/dports/math/qhull8/qhull-8.0.2/src/libqhullcpp/
H A DQhullLinkedList.h199QhullLinkedListIterator(const QhullLinkedList<T> &container) : c(container), i(c.constBegin()) {} in QhullLinkedListIterator() function
/dports/math/qhull/qhull-7.3.2/src/libqhullcpp/
H A DQhullLinkedList.h199QhullLinkedListIterator(const QhullLinkedList<T> &container) : c(&container), i(c->constBegin()) {} in QhullLinkedListIterator() function