Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

contrib/vtkMultiProcessController.h File Reference

#include "vtkObject.h"
#include "vtkDataObject.h"

Include dependency graph for vtkMultiProcessController.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Compounds

class  vtkMultiProcessController
 Multiprocessing communication superclass. More...


Defines

#define VTK_MP_CONTROLLER_MAX_PROCESSES   1024
#define VTK_MP_CONTROLLER_ANY_SOURCE   -1
#define VTK_MP_CONTROLLER_INVALID_SOURCE   -2
#define VTK_MP_CONTROLLER_RMI_TAG   315167
#define VTK_MP_CONTROLLER_RMI_ARG_TAG   315168
#define VTK_BREAK_RMI_TAG   239954

Typedefs

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


Define Documentation

#define VTK_MP_CONTROLLER_MAX_PROCESSES   1024
 

Definition at line 65 of file vtkMultiProcessController.h.

#define VTK_MP_CONTROLLER_ANY_SOURCE   -1
 

Definition at line 66 of file vtkMultiProcessController.h.

#define VTK_MP_CONTROLLER_INVALID_SOURCE   -2
 

Definition at line 67 of file vtkMultiProcessController.h.

#define VTK_MP_CONTROLLER_RMI_TAG   315167
 

Definition at line 70 of file vtkMultiProcessController.h.

#define VTK_MP_CONTROLLER_RMI_ARG_TAG   315168
 

Definition at line 71 of file vtkMultiProcessController.h.

#define VTK_BREAK_RMI_TAG   239954
 

Definition at line 75 of file vtkMultiProcessController.h.


Typedef Documentation

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

Definition at line 83 of file vtkMultiProcessController.h.

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

Definition at line 87 of file vtkMultiProcessController.h.


Generated on Wed Nov 21 12:41:11 2001 for VTK by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001