21 #ifndef vtkMPIMToNSocketConnection_h
22 #define vtkMPIMToNSocketConnection_h
25 #include "vtkRemotingCoreModule.h"
30 class vtkMPIMToNSocketConnectionInternals;
39 void Initialize(
int waiting_process_type);
50 void SetNumberOfConnections(
int);
51 vtkGetMacro(NumberOfConnections,
int);
57 void SetPortInformation(
unsigned int processNumber,
int portNumber,
const char* hostName);
75 vtkGetMacro(PortNumber,
int);
79 vtkSetMacro(PortNumber,
int);
85 void SetupWaitForConnection();
91 void WaitForConnection();
107 int NumberOfConnections;
108 vtkMPIMToNSocketConnectionInternals* Internals;