#include <qmutex.h>
Go to the source code of this file.
Variables | |
QMutex | qhull_mutex |
The global mutex used to synchronize access to QHull. |
This is the mutex that should be used to constrain access to qhull, which is not thread-safe. Any file using qhull should include this header and use the defined mutex.
Definition in file qhull_mutex.h.
QMutex qhull_mutex |