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

Method RemoveRMI

Parallel/Core/vtkMultiProcessController.cxx:388–391  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

386
387//------------------------------------------------------------------------------
388int vtkMultiProcessController::RemoveRMI(unsigned long id)
389{
390 return this->RemoveRMICallback(id) ? 1 : 0;
391}
392
393//------------------------------------------------------------------------------
394unsigned long vtkMultiProcessController::AddRMI(vtkRMIFunctionType f, void* localArg, int tag)

Callers 1

Calls 1

RemoveRMICallbackMethod · 0.95

Tested by

no test coverage detected