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

Function Receive

Parallel/Core/vtkCommunicator.h:234–237  ·  view source on GitHub ↗

@{ * Convenience methods for receiving data arrays. */

Source from the content-addressed store, hash-verified

232 * Convenience methods for receiving data arrays.
233 */
234 int Receive(int* data, vtkIdType maxlength, int remoteHandle, int tag)
235 {
236 return this->ReceiveVoidArray(data, maxlength, VTK_INT, remoteHandle, tag);
237 }
238 int Receive(unsigned int* data, vtkIdType maxlength, int remoteHandle, int tag)
239 {
240 return this->ReceiveVoidArray(data, maxlength, VTK_INT, remoteHandle, tag);

Callers

nothing calls this directly

Calls 1

ReceiveVoidArrayMethod · 0.45

Tested by

no test coverage detected