ParaView
|
Gets features of the server. More...
#include <vtkPVServerInformation.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 (vtkPVServerInformation *info) |
virtual void | CopyFromObject (vtkObject *) |
Transfer information about a single object into this object. More... | |
virtual void | AddInformation (vtkPVInformation *) |
Merge another information object. More... | |
virtual bool | IsMPIInitialized () const |
Return whether MPI is initialized or not. More... | |
virtual void | SetRemoteRendering (int) |
This flag indicates whether the server can render remotely. More... | |
virtual int | GetRemoteRendering () |
This flag indicates whether the server can render remotely. 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 void | SetTileDimensions (int, int) |
Varibles (command line argurments) set to render to a tiled display. More... | |
void | SetTileDimensions (int [2]) |
Varibles (command line argurments) set to render to a tiled display. More... | |
virtual int * | GetTileDimensions () |
Varibles (command line argurments) set to render to a tiled display. More... | |
virtual void | GetTileDimensions (int &, int &) |
Varibles (command line argurments) set to render to a tiled display. More... | |
virtual void | GetTileDimensions (int [2]) |
Varibles (command line argurments) set to render to a tiled display. More... | |
virtual void | SetTileMullions (int, int) |
Varibles (command line argurments) set to render to a tiled display. More... | |
void | SetTileMullions (int [2]) |
Varibles (command line argurments) set to render to a tiled display. More... | |
virtual int * | GetTileMullions () |
Varibles (command line argurments) set to render to a tiled display. More... | |
virtual void | GetTileMullions (int &, int &) |
Varibles (command line argurments) set to render to a tiled display. More... | |
virtual void | GetTileMullions (int [2]) |
Varibles (command line argurments) set to render to a tiled display. More... | |
virtual void | SetUseOffscreenRendering (int) |
Variable (command line argument) to use offscreen rendering. More... | |
virtual int | GetUseOffscreenRendering () |
Variable (command line argument) to use offscreen rendering. More... | |
virtual void | SetUseIceT (int) |
Returns 1 if IceT is available. More... | |
virtual int | GetUseIceT () |
Returns 1 if IceT is available. More... | |
virtual void | SetOGVSupport (int) |
Get/Set if the server supports saving OGVs. More... | |
virtual int | GetOGVSupport () |
Get/Set if the server supports saving OGVs. More... | |
virtual void | SetAVISupport (int) |
Get/Set if the server supports saving AVIs. More... | |
virtual int | GetAVISupport () |
Get/Set if the server supports saving AVIs. More... | |
virtual void | SetTimeout (int) |
Get/Set the time after which the server timesout. More... | |
virtual int | GetTimeout () |
Get/Set the time after which the server timesout. More... | |
void | SetEyeSeparation (double value) |
Set/Get the EyeSeparation on server. More... | |
double | GetEyeSeparation () const |
Set/Get the EyeSeparation on server. More... | |
void | SetNumberOfMachines (unsigned int num) |
Number of machines to use in data or render server Setting the number of machines has the side effect of wiping out any machine parameters previously set. More... | |
unsigned int | GetNumberOfMachines () const |
Number of machines to use in data or render server Setting the number of machines has the side effect of wiping out any machine parameters previously set. More... | |
void | SetEnvironment (unsigned int idx, const char *name) |
Value of DISPLAY environment variable for this cave node. More... | |
const char * | GetEnvironment (unsigned int idx) const |
Value of DISPLAY environment variable for this cave node. More... | |
void | SetGeometry (unsigned int idx, int geo[4]) |
Window geometry for server, specified as x, y, width, height. More... | |
int * | GetGeometry (unsigned int idx) const |
Window geometry for server, specified as x, y, width, height. More... | |
void | SetFullScreen (unsigned int idx, bool fullscreen) |
Whether to show the server window as fullscreen. More... | |
bool | GetFullScreen (unsigned int idx) const |
Whether to show the server window as fullscreen. More... | |
void | SetShowBorders (unsigned int idx, bool borders) |
Whether to show the server window with window decorations. More... | |
bool | GetShowBorders (unsigned int idx) const |
Whether to show the server window with window decorations. More... | |
int | GetStereoType (unsigned int idx) const |
Get the stereo-type specified in the pvx. More... | |
void | SetStereoType (unsigned int idx, int type) |
Get the stereo-type specified in the pvx. More... | |
void | SetLowerLeft (unsigned int idx, double coord[3]) |
Coordinates of lower left corner of this cave display. More... | |
double * | GetLowerLeft (unsigned int idx) const |
Coordinates of lower left corner of this cave display. More... | |
void | SetLowerRight (unsigned int idx, double coord[3]) |
Coordinates of lower right corner of this cave display. More... | |
double * | GetLowerRight (unsigned int idx) const |
Coordinates of lower right corner of this cave display. More... | |
void | SetUpperRight (unsigned int idx, double coord[3]) |
Coordinates of lower left corner of this cave display. More... | |
double * | GetUpperRight (unsigned int idx) const |
Coordinates of lower left corner of this cave display. More... | |
virtual int | GetNumberOfProcesses () |
Get the number of processes. More... | |
virtual int | GetMultiClientsEnable () |
Return true if the server allow server client to connect to itself. More... | |
virtual int | GetClientId () |
Get the id that correspond to the current client. 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 vtkPVServerInformation * | New () |
static int | IsTypeOf (const char *type) |
static vtkPVServerInformation * | SafeDownCast (vtkObject *o) |
![]() | |
static int | IsTypeOf (const char *type) |
static vtkPVInformation * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkPVServerInformation () | |
~vtkPVServerInformation () | |
vtkPVServerInformation (const vtkPVServerInformation &) VTK_DELETE_FUNCTION | |
void | operator= (const vtkPVServerInformation &) 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 | NumberOfProcesses |
bool | MPIInitialized |
int | OGVSupport |
int | AVISupport |
int | RemoteRendering |
int | TileDimensions [2] |
int | TileMullions [2] |
int | Timeout |
int | UseIceT |
int | UseOffscreenRendering |
int | MultiClientsEnable |
int | ClientId |
vtkPVServerOptionsInternals * | MachinesInternals |
![]() | |
int | RootOnly |
Gets features of the server.
This objects is used by the client to get the features suported by the server. At the moment, server information is only on the root.
Definition at line 33 of file vtkPVServerInformation.h.
Definition at line 37 of file vtkPVServerInformation.h.
|
protected |
|
protected |
|
protected |
|
static |
|
virtual |
Reimplemented from vtkPVInformation.
|
static |
|
virtual |
Reimplemented from vtkPVInformation.
|
static |
void vtkPVServerInformation::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
virtual |
This flag indicates whether the server can render remotely.
If it is off, all rendering has to be on the client. This is only off when the user starts the server with the –disable-composite command line option.
|
virtual |
This flag indicates whether the server can render remotely.
If it is off, all rendering has to be on the client. This is only off when the user starts the server with the –disable-composite command line option.
void vtkPVServerInformation::DeepCopy | ( | vtkPVServerInformation * | 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 |
Varibles (command line argurments) set to render to a tiled display.
void vtkPVServerInformation::SetTileDimensions | ( | int | [2] | ) |
Varibles (command line argurments) set to render to a tiled display.
|
virtual |
Varibles (command line argurments) set to render to a tiled display.
|
virtual |
Varibles (command line argurments) set to render to a tiled display.
|
virtual |
Varibles (command line argurments) set to render to a tiled display.
|
virtual |
Varibles (command line argurments) set to render to a tiled display.
void vtkPVServerInformation::SetTileMullions | ( | int | [2] | ) |
Varibles (command line argurments) set to render to a tiled display.
|
virtual |
Varibles (command line argurments) set to render to a tiled display.
|
virtual |
Varibles (command line argurments) set to render to a tiled display.
|
virtual |
Varibles (command line argurments) set to render to a tiled display.
|
virtual |
Variable (command line argument) to use offscreen rendering.
|
virtual |
Variable (command line argument) to use offscreen rendering.
|
virtual |
Returns 1 if IceT is available.
|
virtual |
Returns 1 if IceT is available.
|
virtual |
Get/Set if the server supports saving OGVs.
|
virtual |
Get/Set if the server supports saving OGVs.
|
virtual |
Get/Set if the server supports saving AVIs.
|
virtual |
Get/Set if the server supports saving AVIs.
|
virtual |
Get/Set the time after which the server timesout.
|
virtual |
Get/Set the time after which the server timesout.
void vtkPVServerInformation::SetEyeSeparation | ( | double | value | ) |
Set/Get the EyeSeparation on server.
double vtkPVServerInformation::GetEyeSeparation | ( | ) | const |
Set/Get the EyeSeparation on server.
void vtkPVServerInformation::SetNumberOfMachines | ( | unsigned int | num | ) |
Number of machines to use in data or render server Setting the number of machines has the side effect of wiping out any machine parameters previously set.
unsigned int vtkPVServerInformation::GetNumberOfMachines | ( | ) | const |
Number of machines to use in data or render server Setting the number of machines has the side effect of wiping out any machine parameters previously set.
void vtkPVServerInformation::SetEnvironment | ( | unsigned int | idx, |
const char * | name | ||
) |
Value of DISPLAY environment variable for this cave node.
const char* vtkPVServerInformation::GetEnvironment | ( | unsigned int | idx | ) | const |
Value of DISPLAY environment variable for this cave node.
void vtkPVServerInformation::SetGeometry | ( | unsigned int | idx, |
int | geo[4] | ||
) |
Window geometry for server, specified as x, y, width, height.
This is only used if FullScreen is false.
int* vtkPVServerInformation::GetGeometry | ( | unsigned int | idx | ) | const |
Window geometry for server, specified as x, y, width, height.
This is only used if FullScreen is false.
void vtkPVServerInformation::SetFullScreen | ( | unsigned int | idx, |
bool | fullscreen | ||
) |
Whether to show the server window as fullscreen.
bool vtkPVServerInformation::GetFullScreen | ( | unsigned int | idx | ) | const |
Whether to show the server window as fullscreen.
void vtkPVServerInformation::SetShowBorders | ( | unsigned int | idx, |
bool | borders | ||
) |
Whether to show the server window with window decorations.
bool vtkPVServerInformation::GetShowBorders | ( | unsigned int | idx | ) | const |
Whether to show the server window with window decorations.
int vtkPVServerInformation::GetStereoType | ( | unsigned int | idx | ) | const |
Get the stereo-type specified in the pvx.
-1=no-specified, 0=no-stereo.
void vtkPVServerInformation::SetStereoType | ( | unsigned int | idx, |
int | type | ||
) |
Get the stereo-type specified in the pvx.
-1=no-specified, 0=no-stereo.
void vtkPVServerInformation::SetLowerLeft | ( | unsigned int | idx, |
double | coord[3] | ||
) |
Coordinates of lower left corner of this cave display.
double* vtkPVServerInformation::GetLowerLeft | ( | unsigned int | idx | ) | const |
Coordinates of lower left corner of this cave display.
void vtkPVServerInformation::SetLowerRight | ( | unsigned int | idx, |
double | coord[3] | ||
) |
Coordinates of lower right corner of this cave display.
double* vtkPVServerInformation::GetLowerRight | ( | unsigned int | idx | ) | const |
Coordinates of lower right corner of this cave display.
void vtkPVServerInformation::SetUpperRight | ( | unsigned int | idx, |
double | coord[3] | ||
) |
Coordinates of lower left corner of this cave display.
double* vtkPVServerInformation::GetUpperRight | ( | unsigned int | idx | ) | const |
Coordinates of lower left corner of this cave display.
|
virtual |
Get the number of processes.
|
virtual |
Return whether MPI is initialized or not.
|
virtual |
Return true if the server allow server client to connect to itself.
|
virtual |
Get the id that correspond to the current client.
|
protected |
|
protected |
Definition at line 234 of file vtkPVServerInformation.h.
|
protected |
Definition at line 235 of file vtkPVServerInformation.h.
|
protected |
Definition at line 236 of file vtkPVServerInformation.h.
|
protected |
Definition at line 237 of file vtkPVServerInformation.h.
|
protected |
Definition at line 238 of file vtkPVServerInformation.h.
|
protected |
Definition at line 239 of file vtkPVServerInformation.h.
|
protected |
Definition at line 240 of file vtkPVServerInformation.h.
|
protected |
Definition at line 241 of file vtkPVServerInformation.h.
|
protected |
Definition at line 242 of file vtkPVServerInformation.h.
|
protected |
Definition at line 243 of file vtkPVServerInformation.h.
|
protected |
Definition at line 244 of file vtkPVServerInformation.h.
|
protected |
Definition at line 245 of file vtkPVServerInformation.h.
|
protected |
Definition at line 247 of file vtkPVServerInformation.h.