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

Function TriggerRMI

Parallel/Core/vtkMultiProcessController.h:263–266  ·  view source on GitHub ↗

* Convenience method when the arg is a string. */

Source from the content-addressed store, hash-verified

261 * Convenience method when the arg is a string.
262 */
263 void TriggerRMI(int remoteProcessId, const char* arg, int tag)
264 {
265 this->TriggerRMI(remoteProcessId, (void*)arg, static_cast<int>(strlen(arg)) + 1, tag);
266 }
267
268 /**
269 * Convenience method when there is no argument.

Callers

nothing calls this directly

Calls 1

TriggerRMIMethod · 0.80

Tested by

no test coverage detected