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

Method AddRMI

Parallel/Core/vtkMultiProcessController.cxx:394–399  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

392
393//------------------------------------------------------------------------------
394unsigned long vtkMultiProcessController::AddRMI(vtkRMIFunctionType f, void* localArg, int tag)
395{
396 // Remove any previously registered RMI handler for the tag.
397 this->RemoveAllRMICallbacks(tag);
398 return this->AddRMICallback(f, localArg, tag);
399}
400
401//------------------------------------------------------------------------------
402void vtkMultiProcessController::TriggerRMIOnAllChildren(void* arg, int argLength, int rmiTag)

Callers 6

MyMainFunction · 0.80
MyMainFunction · 0.80
MyMainFunction · 0.80
InitializeRMIsMethod · 0.80
SetParallelControllerMethod · 0.80

Calls 2

RemoveAllRMICallbacksMethod · 0.95
AddRMICallbackMethod · 0.95

Tested by

no test coverage detected