------------------------------------------------------------------------------
| 282 | |
| 283 | //------------------------------------------------------------------------------ |
| 284 | int 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 | //------------------------------------------------------------------------------ |
| 291 | vtkDataObject* vtkCommunicator::ReceiveDataObject(int remoteHandle, int tag) |