VTK  9.3.20240416
ExerciseMultiProcessController.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2 // SPDX-License-Identifier: BSD-3-Clause
3 
4 #include "vtkABINamespace.h"
5 
6 VTK_ABI_NAMESPACE_BEGIN
8 VTK_ABI_NAMESPACE_END
9 
10 // Runs the given multi process controller through the ropes. Returns
11 // value is 0 on success (so that it may be passed back from the main
12 // application.
int ExerciseMultiProcessController(vtkMultiProcessController *controller)
Multiprocessing communication superclass.