#include <vtkMPIMToNSocketConnectionPortInformation.h>
Inheritance diagram for vtkMPIMToNSocketConnectionPortInformation:
Public Member Functions | |
vtkTypeRevisionMacro (vtkMPIMToNSocketConnectionPortInformation, vtkPVInformation) | |
void | PrintSelf (ostream &os, vtkIndent indent) |
int | GetProcessPort (unsigned int processNumber) |
const char * | GetProcessHostName (unsigned int processNumber) |
virtual void | CopyFromObject (vtkObject *) |
virtual void | AddInformation (vtkPVInformation *) |
virtual char * | GetHostName () |
virtual void | SetProcessNumber (int) |
virtual int | GetProcessNumber () |
virtual void | SetPortNumber (int) |
virtual int | GetPortNumber () |
void | SetPortNumber (unsigned int processNumber, int port) |
void | SetHostName (unsigned int processNumber, const char *host) |
virtual void | SetNumberOfConnections (int) |
virtual int | GetNumberOfConnections () |
virtual void | CopyToStream (vtkClientServerStream *) const |
virtual void | CopyFromStream (const vtkClientServerStream *) |
virtual void | SetHostName (const char *) |
Static Public Member Functions | |
vtkMPIMToNSocketConnectionPortInformation * | New () |
Protected Member Functions | |
vtkMPIMToNSocketConnectionPortInformation () | |
~vtkMPIMToNSocketConnectionPortInformation () | |
Protected Attributes | |
char * | HostName |
int | NumberOfConnections |
int | ProcessNumber |
int | PortNumber |
vtkMPIMToNSocketConnectionPortInformationInternals * | Internals |
and host information from a render server. This information is used by the data server to make the connections to the render server processes.
Definition at line 31 of file vtkMPIMToNSocketConnectionPortInformation.h.
|
|
|
|
|
|
|
|
|
Reimplemented from vtkPVInformation. |
|
Get class name of VTK object. |
|
Set/Get the ProcessNumber |
|
Set/Get the ProcessNumber |
|
Set/Get the ProcessNumber |
|
Set/Get the ProcessNumber |
|
Set the port and host information for a specific process number. |
|
Set the port and host information for a specific process number. |
|
Set/Get the number of connections. |
|
Set/Get the number of connections. |
|
|
|
|
|
Transfer information about a single object into this object. Reimplemented from vtkPVInformation. |
|
Merge another information object. Reimplemented from vtkPVInformation. |
|
Manage a serialized version of the information. Implements vtkPVInformation. |
|
Manage a serialized version of the information. Reimplemented from vtkPVInformation. |
|
Manage a serialized version of the information. |
|
Definition at line 86 of file vtkMPIMToNSocketConnectionPortInformation.h. |
|
Definition at line 87 of file vtkMPIMToNSocketConnectionPortInformation.h. |
|
Definition at line 88 of file vtkMPIMToNSocketConnectionPortInformation.h. |
|
Definition at line 89 of file vtkMPIMToNSocketConnectionPortInformation.h. |
|
Definition at line 90 of file vtkMPIMToNSocketConnectionPortInformation.h. |