21 #ifndef vtkMPIMToNSocketConnection_h 22 #define vtkMPIMToNSocketConnection_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;
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
class to create socket connections between two servers
#define VTKREMOTINGCORE_EXPORT
void operator=(const vtkObjectBase &)