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

Method Initialize

Parallel/Core/vtkProcessGroup.cxx:44–47  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

42
43//------------------------------------------------------------------------------
44void vtkProcessGroup::Initialize(vtkMultiProcessController* controller)
45{
46 this->Initialize(controller->GetCommunicator());
47}
48
49void vtkProcessGroup::Initialize(vtkCommunicator* communicator)
50{

Callers

nothing calls this directly

Calls 3

SetCommunicatorMethod · 0.95
GetNumberOfProcessesMethod · 0.80
GetCommunicatorMethod · 0.45

Tested by

no test coverage detected