VTK
9.3.1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Parallel
MPI
Testing
Cxx
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
7
class
vtkMultiProcessController
;
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.
13
int
ExerciseMultiProcessController
(
vtkMultiProcessController
* controller);
ExerciseMultiProcessController
int ExerciseMultiProcessController(vtkMultiProcessController *controller)
vtkMultiProcessController
Multiprocessing communication superclass.
Definition:
vtkMultiProcessController.h:71
Generated on Sun Dec 8 2024 22:05:42 for VTK by
1.8.10