#include <Threads.h>
Inheritance diagram for H3D::SimpleThread:

Public Member Functions | |
| SimpleThread (void *(func)(void *), void *args=NULL, int thread_priority=DEFAULT_THREAD_PRIORITY) | |
| Constructor. | |
| virtual | ~SimpleThread () |
| Destructor. | |
The thread is run until the function returns.
|
||||||||||||||||
|
Constructor.
|
1.4.5