@{ * Reduce an array to the given destination process. This version of Reduce * takes an identifier defined in the * vtkCommunicator::StandardOperations enum to define the operation. */
| 1095 | * vtkCommunicator::StandardOperations enum to define the operation. |
| 1096 | */ |
| 1097 | int Reduce( |
| 1098 | const int* sendBuffer, int* recvBuffer, vtkIdType length, int operation, int destProcessId) |
| 1099 | { |
| 1100 | return this->Communicator->Reduce(sendBuffer, recvBuffer, length, operation, destProcessId); |
| 1101 | } |
| 1102 | int Reduce(const unsigned int* sendBuffer, unsigned int* recvBuffer, vtkIdType length, |
| 1103 | int operation, int destProcessId) |
| 1104 | { |