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