VISH
0.2
|
Base class for QhullSet<T> QhullSet<T> -- A read-only wrapper to Qhull's collection class, setT. QhullSet is similar to STL's <vector> and Qt's QVector. QhullSet is unrelated to STL and Qt's set and map types (e.g., QSet and QMap) For STL efficiency, QhullSet caches endPointer() T must be a pointer type A QhullSet does not own its contents -- erase(), clear(), removeFirst(), removeLast(), pop_back(), pop_front(), fromStdList() not defined Qhull's FOREACHelement_() [qset.h] is more efficient than QhullSet. It uses a NULL terminator instead of an end pointer. STL requires an end pointer. Derived from QhullLinkedList.h and Qt/core/tools/qvector.h. More...
#include </home/werner/origo/vish/modules/examples/ConvexHull/QhullSet.h>
Base class for QhullSet<T> QhullSet<T> -- A read-only wrapper to Qhull's collection class, setT. QhullSet is similar to STL's <vector> and Qt's QVector. QhullSet is unrelated to STL and Qt's set and map types (e.g., QSet and QMap) For STL efficiency, QhullSet caches endPointer() T must be a pointer type A QhullSet does not own its contents -- erase(), clear(), removeFirst(), removeLast(), pop_back(), pop_front(), fromStdList() not defined Qhull's FOREACHelement_() [qset.h] is more efficient than QhullSet. It uses a NULL terminator instead of an end pointer. STL requires an end pointer. Derived from QhullLinkedList.h and Qt/core/tools/qvector.h.
QhullSetIterator<T> defined below