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

Method ReceiveElementalDataObject

Parallel/Core/vtkCommunicator.cxx:401–410  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

399
400//------------------------------------------------------------------------------
401int vtkCommunicator::ReceiveElementalDataObject(vtkDataObject* data, int remoteHandle, int tag)
402{
403 VTK_CREATE(vtkCharArray, buffer);
404 if (!this->Receive(buffer, remoteHandle, tag))
405 {
406 return 0;
407 }
408
409 return vtkCommunicator::UnMarshalDataObject(buffer, data);
410}
411
412int vtkCommunicator::Receive(vtkDataArray* data, int remoteHandle, int tag)
413{

Callers 1

ReceiveDataObjectMethod · 0.95

Calls 1

ReceiveMethod · 0.95

Tested by

no test coverage detected