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

Method Receive

Parallel/Core/vtkCommunicator.cxx:284–288  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

282
283//------------------------------------------------------------------------------
284int vtkCommunicator::Receive(vtkDataObject* data, int remoteHandle, int tag)
285{
286 // fill in the data object we are given
287 return this->ReceiveDataObject(data, remoteHandle, tag, -1);
288}
289
290//------------------------------------------------------------------------------
291vtkDataObject* vtkCommunicator::ReceiveDataObject(int remoteHandle, int tag)

Callers 15

ReceiveDataObjectMethod · 0.95
ComputeGlobalBoundsMethod · 0.95
BarrierMethod · 0.95
ProcessRMIsMethod · 0.45
ReceiveTaggedMethod · 0.45
ReceivePartialTaggedMethod · 0.45
BarrierMethod · 0.45
AllReduceUniqueListMethod · 0.45
TestSendReceiveDataArrayFunction · 0.45
SynchronizedPrintFunction · 0.45

Calls 11

ReceiveDataObjectMethod · 0.95
SetRawDataMethod · 0.80
GetDataTypeMethod · 0.45
SetNumberOfComponentsMethod · 0.45
SetNumberOfTuplesMethod · 0.45
SetNameMethod · 0.45
ReceiveVoidArrayMethod · 0.45
GetVoidPointerMethod · 0.45
ResetMethod · 0.45
resizeMethod · 0.45
dataMethod · 0.45

Tested by 9

TestSendReceiveDataArrayFunction · 0.36
Process2Function · 0.36
Process1Function · 0.36
TestPProbeFunction · 0.36
ExecuteMethod · 0.36
ExerciseTypeFunction · 0.36
ExerciseDataObjectFunction · 0.36
CheckProbingFunction · 0.36