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

Method GetLocalController

Parallel/Core/vtkMultiProcessController.cxx:913–916  ·  view source on GitHub ↗

------------------------------------------------------------------------------ This can be overridden in the subclass to translate controllers.

Source from the content-addressed store, hash-verified

911//------------------------------------------------------------------------------
912// This can be overridden in the subclass to translate controllers.
913vtkMultiProcessController* vtkMultiProcessController::GetLocalController()
914{
915 return VTK_GLOBAL_MULTI_PROCESS_CONTROLLER;
916}
917//------------------------------------------------------------------------------
918// This can be overridden in the subclass to translate controllers.
919void vtkMultiProcessController::SetGlobalController(vtkMultiProcessController* controller)

Callers 1

GetGlobalControllerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected