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

Method SetMaxThreads

Web/Core/vtkDataEncoder.cxx:261–267  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

259
260//------------------------------------------------------------------------------
261void vtkDataEncoder::SetMaxThreads(vtkTypeUInt32 maxThreads)
262{
263 if (maxThreads < MAX_NUMBER_OF_THREADS_IN_POOL && maxThreads > 0)
264 {
265 this->MaxThreads = maxThreads;
266 }
267}
268
269//------------------------------------------------------------------------------
270void vtkDataEncoder::Initialize()

Callers 2

TestFlushFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestFlushFunction · 0.36