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

Method SetNumberOfEncoderThreads

Web/Core/vtkWebApplication.cxx:127–131  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

125
126//------------------------------------------------------------------------------
127void vtkWebApplication::SetNumberOfEncoderThreads(vtkTypeUInt32 numThreads)
128{
129 this->Internals->Encoder->SetMaxThreads(numThreads);
130 this->Internals->Encoder->Initialize();
131}
132
133//------------------------------------------------------------------------------
134vtkTypeUInt32 vtkWebApplication::GetNumberOfEncoderThreads()

Callers

nothing calls this directly

Calls 2

SetMaxThreadsMethod · 0.45
InitializeMethod · 0.45

Tested by

no test coverage detected