MCPcopy Create free account
hub / github.com/Kitware/VTK / vtkThreadedCallbackQueue

Method vtkThreadedCallbackQueue

Common/Core/vtkThreadedCallbackQueue.cxx:100–103  ·  view source on GitHub ↗

-----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

98
99//-----------------------------------------------------------------------------
100vtkThreadedCallbackQueue::vtkThreadedCallbackQueue()
101{
102 this->SetNumberOfThreads(1);
103}
104
105//-----------------------------------------------------------------------------
106vtkThreadedCallbackQueue::~vtkThreadedCallbackQueue()

Callers

nothing calls this directly

Calls 1

SetNumberOfThreadsMethod · 0.95

Tested by

no test coverage detected