Skip to content
Snippets Groups Projects
Commit d8fd4496 authored by Utkarsh Ayachit's avatar Utkarsh Ayachit
Browse files

Added simpler Gather(vtkDataObject*) method.

vtkCommunicator::GatherV() required the destination process to know what
data types to expect. This was unnecessary. There's enough information
in the marshalled data object received from  the sender side to deduce
that. Adding new vtkCommunicator::Gather() and
vtkMultiProcessController::Gather() methods that provide a simpler
interface.

Updating GenericCommunicator test to test for the new API.
parent 590e2039
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment