23 #ifndef vtkThreadMessager_h 24 #define vtkThreadMessager_h 26 #include "vtkCommonSystemModule.h" 29 #if defined(VTK_USE_PTHREADS) 45 void WaitForMessage();
51 void SendWakeMessage();
58 void EnableWaitForReceiver();
65 void DisableWaitForReceiver();
72 void WaitForReceiver();
78 #ifdef VTK_USE_PTHREADS 79 pthread_mutex_t Mutex;
80 pthread_cond_t PSignal;
83 #ifdef VTK_USE_WIN32_THREADS 84 vtkWindowsHANDLE WSignal;
abstract base class for most VTK objects
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
A class for performing inter-thread messaging.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...