ParaView
|
Gets Multi-clients informations from the server. More...
#include <vtkPVMultiClientsInformation.h>
Public Types | |
typedef vtkPVInformation | Superclass |
![]() | |
typedef vtkObject | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | DeepCopy (vtkPVMultiClientsInformation *info) |
virtual void | CopyFromObject (vtkObject *) |
Transfer information about a single object into this object. More... | |
virtual void | AddInformation (vtkPVInformation *) |
Merge another information object. More... | |
int | GetClientId (int idx) |
Return the client id of the nth connected client. More... | |
virtual void | CopyToStream (vtkClientServerStream *) |
Manage a serialized version of the information. More... | |
virtual void | CopyFromStream (const vtkClientServerStream *) |
Manage a serialized version of the information. More... | |
virtual int | GetClientId () |
Get the id that correspond to the current client. More... | |
virtual int | GetNumberOfClients () |
Return the number of connected clients. More... | |
virtual int | GetMultiClientEnable () |
Return 1 if the server allow server client to connect to itself. More... | |
virtual int | GetMasterId () |
Return the Id of the client that has been elected as master. More... | |
![]() | |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | CopyParametersToStream (vtkMultiProcessStream &) |
Serialize/Deserialize the parameters that control how/what information is gathered. More... | |
virtual void | CopyParametersFromStream (vtkMultiProcessStream &) |
Serialize/Deserialize the parameters that control how/what information is gathered. More... | |
virtual int | GetRootOnly () |
Set/get whether to gather information only from the root. More... | |
Static Public Member Functions | |
static vtkPVMultiClientsInformation * | New () |
static int | IsTypeOf (const char *type) |
static vtkPVMultiClientsInformation * | SafeDownCast (vtkObject *o) |
![]() | |
static int | IsTypeOf (const char *type) |
static vtkPVInformation * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkPVMultiClientsInformation () | |
~vtkPVMultiClientsInformation () | |
vtkPVMultiClientsInformation (const vtkPVMultiClientsInformation &) VTK_DELETE_FUNCTION | |
void | operator= (const vtkPVMultiClientsInformation &) VTK_DELETE_FUNCTION |
![]() | |
vtkPVInformation () | |
~vtkPVInformation () | |
virtual void | SetRootOnly (int) |
vtkPVInformation (const vtkPVInformation &) VTK_DELETE_FUNCTION | |
void | operator= (const vtkPVInformation &) VTK_DELETE_FUNCTION |
Protected Attributes | |
int | ClientId |
int * | ClientIds |
int | NumberOfClients |
int | MultiClientEnable |
int | MasterId |
![]() | |
int | RootOnly |
Gets Multi-clients informations from the server.
This objects is used by the client to get the number of multi-clients server as well as their ids.
Definition at line 31 of file vtkPVMultiClientsInformation.h.
Definition at line 35 of file vtkPVMultiClientsInformation.h.
|
protected |
|
protected |
|
protected |
|
static |
|
virtual |
Reimplemented from vtkPVInformation.
|
static |
|
virtual |
Reimplemented from vtkPVInformation.
|
static |
void vtkPVMultiClientsInformation::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
void vtkPVMultiClientsInformation::DeepCopy | ( | vtkPVMultiClientsInformation * | info | ) |
|
virtual |
Transfer information about a single object into this object.
Reimplemented from vtkPVInformation.
|
virtual |
Merge another information object.
Reimplemented from vtkPVInformation.
|
virtual |
Manage a serialized version of the information.
Implements vtkPVInformation.
|
virtual |
Manage a serialized version of the information.
Reimplemented from vtkPVInformation.
|
virtual |
Get the id that correspond to the current client.
int vtkPVMultiClientsInformation::GetClientId | ( | int | idx | ) |
Return the client id of the nth connected client.
idx < NumberOfClients
|
virtual |
Return the number of connected clients.
|
virtual |
Return 1 if the server allow server client to connect to itself.
|
virtual |
Return the Id of the client that has been elected as master.
|
protected |
|
protected |
Definition at line 96 of file vtkPVMultiClientsInformation.h.
|
protected |
Definition at line 97 of file vtkPVMultiClientsInformation.h.
|
protected |
Definition at line 98 of file vtkPVMultiClientsInformation.h.
|
protected |
Definition at line 99 of file vtkPVMultiClientsInformation.h.
|
protected |
Definition at line 100 of file vtkPVMultiClientsInformation.h.