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

Method Copy

Parallel/Core/vtkProcessGroup.cxx:148–156  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

146
147//------------------------------------------------------------------------------
148void vtkProcessGroup::Copy(vtkProcessGroup* group)
149{
150 this->SetCommunicator(group->Communicator);
151 this->NumberOfProcessIds = group->NumberOfProcessIds;
152 for (int i = 0; i < this->NumberOfProcessIds; i++)
153 {
154 this->ProcessIds[i] = group->ProcessIds[i];
155 }
156}
157VTK_ABI_NAMESPACE_END

Callers

nothing calls this directly

Calls 1

SetCommunicatorMethod · 0.95

Tested by

no test coverage detected