holds port and host name information.
More...
#include <vtkMPIMToNSocketConnectionPortInformation.h>
holds port and host name information.
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 32 of file vtkMPIMToNSocketConnectionPortInformation.h.
◆ Superclass
◆ vtkMPIMToNSocketConnectionPortInformation()
vtkMPIMToNSocketConnectionPortInformation::vtkMPIMToNSocketConnectionPortInformation |
( |
| ) |
|
|
protected |
◆ ~vtkMPIMToNSocketConnectionPortInformation()
vtkMPIMToNSocketConnectionPortInformation::~vtkMPIMToNSocketConnectionPortInformation |
( |
| ) |
|
|
protected |
◆ New()
◆ GetClassName()
virtual const char* vtkMPIMToNSocketConnectionPortInformation::GetClassName |
( |
| ) |
|
|
virtual |
◆ IsTypeOf()
static int vtkMPIMToNSocketConnectionPortInformation::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
◆ IsA()
virtual int vtkMPIMToNSocketConnectionPortInformation::IsA |
( |
const char * |
type | ) |
|
|
virtual |
◆ SafeDownCast()
◆ PrintSelf()
void vtkMPIMToNSocketConnectionPortInformation::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
◆ SetConnectionInformation()
void vtkMPIMToNSocketConnectionPortInformation::SetConnectionInformation |
( |
unsigned int |
processNumber, |
|
|
int |
portNumber, |
|
|
const char * |
hostname |
|
) |
| |
Set the port and host information for a specific process number.
◆ GetNumberOfConnections()
int vtkMPIMToNSocketConnectionPortInformation::GetNumberOfConnections |
( |
| ) |
|
Set/Get the number of connections.
◆ GetProcessPort()
int vtkMPIMToNSocketConnectionPortInformation::GetProcessPort |
( |
unsigned int |
processNumber | ) |
|
Access information about a particular process.
◆ GetProcessHostName()
const char* vtkMPIMToNSocketConnectionPortInformation::GetProcessHostName |
( |
unsigned int |
processNumber | ) |
|
Access information about a particular process.
◆ CopyFromObject()
virtual void vtkMPIMToNSocketConnectionPortInformation::CopyFromObject |
( |
vtkObject * |
| ) |
|
|
virtual |
Transfer information about a single object into this object.
Reimplemented from vtkPVInformation.
◆ AddInformation()
virtual void vtkMPIMToNSocketConnectionPortInformation::AddInformation |
( |
vtkPVInformation * |
| ) |
|
|
virtual |
◆ CopyToStream()
◆ CopyFromStream()
Manage a serialized version of the information.
Reimplemented from vtkPVInformation.
◆ NumberOfConnections
int vtkMPIMToNSocketConnectionPortInformation::NumberOfConnections |
|
protected |
◆ Internals
vtkMPIMToNSocketConnectionPortInformationInternals* vtkMPIMToNSocketConnectionPortInformation::Internals |
|
protected |
The documentation for this class was generated from the following file: