VTK  9.3.20240423
Classes | Typedefs
vtkMultiProcessController.h File Reference
#include "vtkObject.h"
#include "vtkParallelCoreModule.h"
#include "vtkCommunicator.h"
Include dependency graph for vtkMultiProcessController.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vtkMultiProcessController
 Multiprocessing communication superclass. More...
 

Typedefs

typedef void(* vtkProcessFunctionType) (vtkMultiProcessController *controller, void *userData)
 
typedef void(* vtkRMIFunctionType) (void *localArg, void *remoteArg, int remoteArgLength, int remoteProcessId)
 

Typedef Documentation

◆ vtkProcessFunctionType

typedef void(* vtkProcessFunctionType) (vtkMultiProcessController *controller, void *userData)

Definition at line 65 of file vtkMultiProcessController.h.

◆ vtkRMIFunctionType

typedef void(* vtkRMIFunctionType) (void *localArg, void *remoteArg, int remoteArgLength, int remoteProcessId)

Definition at line 68 of file vtkMultiProcessController.h.