------------------------------------------------------------------------------
| 32 | |
| 33 | //------------------------------------------------------------------------------ |
| 34 | int 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 | //------------------------------------------------------------------------------ |
| 42 | int vtkSubCommunicator::ReceiveVoidArray( |
no test coverage detected