-----------------------------------------------------------------------------
| 98 | |
| 99 | //----------------------------------------------------------------------------- |
| 100 | vtkThreadedCallbackQueue::vtkThreadedCallbackQueue() |
| 101 | { |
| 102 | this->SetNumberOfThreads(1); |
| 103 | } |
| 104 | |
| 105 | //----------------------------------------------------------------------------- |
| 106 | vtkThreadedCallbackQueue::~vtkThreadedCallbackQueue() |
nothing calls this directly
no test coverage detected