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

Method SendVoidArray

Parallel/Core/vtkSubCommunicator.cxx:34–39  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

32
33//------------------------------------------------------------------------------
34int vtkSubCommunicator::SendVoidArray(
35 const void* data, vtkIdType length, int type, int remoteHandle, int tag)
36{
37 int realHandle = this->Group->GetProcessId(remoteHandle);
38 return this->Group->GetCommunicator()->SendVoidArray(data, length, type, realHandle, tag);
39}
40
41//------------------------------------------------------------------------------
42int vtkSubCommunicator::ReceiveVoidArray(

Callers 8

SendMethod · 0.45
BroadcastVoidArrayMethod · 0.45
GatherVoidArrayMethod · 0.45
GatherVVoidArrayMethod · 0.45
ScatterVoidArrayMethod · 0.45
ScatterVVoidArrayMethod · 0.45
ReduceVoidArrayMethod · 0.45
SendFunction · 0.45

Calls 2

GetProcessIdMethod · 0.80
GetCommunicatorMethod · 0.45

Tested by

no test coverage detected