ParaView
Public Member Functions | Static Public Member Functions | Protected Attributes
vtkMPIMToNSocketConnectionPortInformation Class Reference

holds port and host name information. More...

#include <vtkMPIMToNSocketConnectionPortInformation.h>

Inheritance diagram for vtkMPIMToNSocketConnectionPortInformation:
Inheritance graph
[legend]
Collaboration diagram for vtkMPIMToNSocketConnectionPortInformation:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
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 *)
virtual void CopyFromStream (const vtkClientServerStream *)

Static Public Member Functions

static
vtkMPIMToNSocketConnectionPortInformation
New ()
static int IsTypeOf (const char *type)
static
vtkMPIMToNSocketConnectionPortInformation
SafeDownCast (vtkObject *o)

Protected Attributes

char * HostName
int NumberOfConnections
int ProcessNumber
int PortNumber
vtkMPIMToNSocketConnectionPortInformationInternals * Internals
virtual void SetHostName (const char *)
 vtkMPIMToNSocketConnectionPortInformation ()
 ~vtkMPIMToNSocketConnectionPortInformation ()

Detailed Description

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 31 of file vtkMPIMToNSocketConnectionPortInformation.h.


Constructor & Destructor Documentation

vtkMPIMToNSocketConnectionPortInformation::vtkMPIMToNSocketConnectionPortInformation ( ) [protected]

Set the host name.

vtkMPIMToNSocketConnectionPortInformation::~vtkMPIMToNSocketConnectionPortInformation ( ) [protected]

Set the host name.


Member Function Documentation

static vtkMPIMToNSocketConnectionPortInformation* vtkMPIMToNSocketConnectionPortInformation::New ( ) [static]

Reimplemented from vtkObject.

virtual const char* vtkMPIMToNSocketConnectionPortInformation::GetClassName ( ) [virtual]

Reimplemented from vtkPVInformation.

static int vtkMPIMToNSocketConnectionPortInformation::IsTypeOf ( const char *  type) [static]

Reimplemented from vtkPVInformation.

virtual int vtkMPIMToNSocketConnectionPortInformation::IsA ( const char *  type) [virtual]

Reimplemented from vtkPVInformation.

static vtkMPIMToNSocketConnectionPortInformation* vtkMPIMToNSocketConnectionPortInformation::SafeDownCast ( vtkObject o) [static]

Reimplemented from vtkPVInformation.

void vtkMPIMToNSocketConnectionPortInformation::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

Reimplemented from vtkPVInformation.

virtual char* vtkMPIMToNSocketConnectionPortInformation::GetHostName ( ) [virtual]

Get class name of VTK object.

virtual void vtkMPIMToNSocketConnectionPortInformation::SetProcessNumber ( int  ) [virtual]

Set/Get the ProcessNumber

virtual int vtkMPIMToNSocketConnectionPortInformation::GetProcessNumber ( ) [virtual]

Set/Get the ProcessNumber

virtual void vtkMPIMToNSocketConnectionPortInformation::SetPortNumber ( int  ) [virtual]

Set/Get the ProcessNumber

virtual int vtkMPIMToNSocketConnectionPortInformation::GetPortNumber ( ) [virtual]

Set/Get the ProcessNumber

void vtkMPIMToNSocketConnectionPortInformation::SetPortNumber ( unsigned int  processNumber,
int  port 
)

Set the port and host information for a specific process number.

void vtkMPIMToNSocketConnectionPortInformation::SetHostName ( unsigned int  processNumber,
const char *  host 
)

Set the port and host information for a specific process number.

virtual void vtkMPIMToNSocketConnectionPortInformation::SetNumberOfConnections ( int  ) [virtual]

Set/Get the number of connections.

virtual int vtkMPIMToNSocketConnectionPortInformation::GetNumberOfConnections ( ) [virtual]

Set/Get the number of connections.

int vtkMPIMToNSocketConnectionPortInformation::GetProcessPort ( unsigned int  processNumber)
const char* vtkMPIMToNSocketConnectionPortInformation::GetProcessHostName ( unsigned int  processNumber)
virtual void vtkMPIMToNSocketConnectionPortInformation::CopyFromObject ( vtkObject ) [virtual]

Transfer information about a single object into this object.

Reimplemented from vtkPVInformation.

virtual void vtkMPIMToNSocketConnectionPortInformation::AddInformation ( vtkPVInformation ) [virtual]

Merge another information object.

Reimplemented from vtkPVInformation.

virtual void vtkMPIMToNSocketConnectionPortInformation::CopyToStream ( vtkClientServerStream *  ) [virtual]

Manage a serialized version of the information.

Implements vtkPVInformation.

virtual void vtkMPIMToNSocketConnectionPortInformation::CopyFromStream ( const vtkClientServerStream *  ) [virtual]

Manage a serialized version of the information.

Reimplemented from vtkPVInformation.

virtual void vtkMPIMToNSocketConnectionPortInformation::SetHostName ( const char *  ) [virtual]

Set the host name.


Member Data Documentation

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.

vtkMPIMToNSocketConnectionPortInformationInternals* vtkMPIMToNSocketConnectionPortInformation::Internals [protected]

Definition at line 91 of file vtkMPIMToNSocketConnectionPortInformation.h.


The documentation for this class was generated from the following file: