23 #ifndef vtkThreadMessager_h
24 #define vtkThreadMessager_h
28 #include "vtkCommonSystemModule.h"
30 #include "vtkThreads.h"
32 #if defined(VTK_USE_PTHREADS)
49 void WaitForMessage();
55 void SendWakeMessage();
62 void EnableWaitForReceiver();
69 void DisableWaitForReceiver();
76 void WaitForReceiver();
82 #ifdef VTK_USE_PTHREADS
83 pthread_mutex_t Mutex;
84 pthread_cond_t PSignal;
87 #ifdef VTK_USE_WIN32_THREADS
88 vtkWindowsHANDLE WSignal;
#define VTK_DEPRECATED_IN_9_1_0(reason)
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...