Go to the documentation of this file.
12 #ifndef vtkMPIMToNSocketConnectionPortInformation_h
13 #define vtkMPIMToNSocketConnectionPortInformation_h
16 #include "vtkRemotingCoreModule.h"
18 class vtkMPIMToNSocketConnectionPortInformationInternals;
30 void SetConnectionInformation(
unsigned int processNumber,
int portNumber,
const char* hostname);
35 int GetNumberOfConnections();
41 int GetProcessPort(
unsigned int processNumber);
42 const char* GetProcessHostName(
unsigned int processNumber);
68 vtkMPIMToNSocketConnectionPortInformationInternals*
Internals;
Store messages for the interpreter.