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

Method SetController

Rendering/Parallel/vtkCompositer.cxx:33–41  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

31
32//------------------------------------------------------------------------------
33void vtkCompositer::SetController(vtkMultiProcessController* mpc)
34{
35 vtkSetObjectBodyMacro(Controller, vtkMultiProcessController, mpc);
36
37 if (mpc)
38 {
39 this->NumberOfProcesses = mpc->GetNumberOfProcesses();
40 }
41}
42
43//------------------------------------------------------------------------------
44void vtkCompositer::CompositeBuffer(

Callers 13

~vtkCompositerMethod · 0.95
PostRenderProcessingMethod · 0.45
MasterEndRenderMethod · 0.45
SlaveEndRenderMethod · 0.45
ExecuteMethod · 0.45
~MyProcessMethod · 0.45
SetupRenderPassesMethod · 0.45
mainFunction · 0.45
PrmMagnifyFunction · 0.45

Calls 1

GetNumberOfProcessesMethod · 0.80

Tested by 5

ExecuteMethod · 0.36
~MyProcessMethod · 0.36
SetupRenderPassesMethod · 0.36
mainFunction · 0.36
ExecuteMethod · 0.36