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

Function Send

Parallel/Core/vtkCommunicator.h:143–146  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

141 * Convenience methods for sending data arrays.
142 */
143 int Send(const int* data, vtkIdType length, int remoteHandle, int tag)
144 {
145 return this->SendVoidArray(data, length, VTK_INT, remoteHandle, tag);
146 }
147 int Send(const unsigned int* data, vtkIdType length, int remoteHandle, int tag)
148 {
149 return this->SendVoidArray(data, length, VTK_INT, remoteHandle, tag);

Callers

nothing calls this directly

Calls 1

SendVoidArrayMethod · 0.45

Tested by

no test coverage detected