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

Method SetSingleProcessObject

Parallel/Core/vtkMultiProcessController.cxx:204–207  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

202
203//------------------------------------------------------------------------------
204void vtkMultiProcessController::SetSingleProcessObject(vtkProcess* p)
205{
206 this->SetSingleMethod(vtkMultiProcessControllerRun, p);
207}
208
209//------------------------------------------------------------------------------
210// Set one of the user defined methods that will be run on NumberOfProcesses

Callers 15

TestXdmf3ParallelFunction · 0.80
TestParallelRenderingFunction · 0.80
TestOSPRayCompositeFunction · 0.80
TestProcessFunction · 0.80
TransmitRectilinearGridFunction · 0.80
TransmitStructuredGridFunction · 0.80
ParallelResamplingFunction · 0.80
TransmitImageDataFunction · 0.80
PTextureMapToSphereFunction · 0.80
DistributedDataFunction · 0.80

Calls 1

SetSingleMethodMethod · 0.95

Tested by 7

TestXdmf3ParallelFunction · 0.64
TestParallelRenderingFunction · 0.64
TestOSPRayCompositeFunction · 0.64
TestProcessFunction · 0.64