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

Method SetSingleMethod

Common/Core/vtkMultiThreader.cxx:162–166  ·  view source on GitHub ↗

Set the user defined method that will be run on NumberOfThreads threads when SingleMethodExecute is called.

Source from the content-addressed store, hash-verified

160// Set the user defined method that will be run on NumberOfThreads threads
161// when SingleMethodExecute is called.
162void vtkMultiThreader::SetSingleMethod(vtkThreadFunctionType f, void* data)
163{
164 this->SingleMethod = f;
165 this->SingleData = data;
166}
167
168// Set one of the user defined methods that will be run on NumberOfThreads
169// threads when MultipleMethodExecute is called. This method should be

Callers 15

PLSDynaReaderFunction · 0.45
PSLACReaderLinearFunction · 0.45
PSLACReaderQuadraticFunction · 0.45
ParallelIso2Function · 0.45
ParallelIsoFunction · 0.45
ClearCPUCacheFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls