|
ParaView
|
ParaView options storage. More...
#include <vtkPVOptions.h>


ParaView options storage.
An object of this class represents a storage for ParaView options
These options can be retrieved during run-time, set using configuration file or using Command Line Arguments.
Definition at line 31 of file vtkPVOptions.h.
enum vtkPVOptions::ProcessTypeEnum [protected] |
Definition at line 35 of file vtkPVOptions.h.
| vtkPVOptions::vtkPVOptions | ( | ) | [protected] |
Default constructor.
| virtual vtkPVOptions::~vtkPVOptions | ( | ) | [protected, virtual] |
Destructor.
| static vtkPVOptions* vtkPVOptions::New | ( | ) | [static] |
Reimplemented from vtkCommandOptions.
Reimplemented in pqOptions, vtkPVServerOptions, and vtkPVPythonOptions.
| virtual const char* vtkPVOptions::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkCommandOptions.
Reimplemented in pqOptions, vtkPVServerOptions, and vtkPVPythonOptions.
| static int vtkPVOptions::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkCommandOptions.
Reimplemented in pqOptions, vtkPVServerOptions, and vtkPVPythonOptions.
| virtual int vtkPVOptions::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkCommandOptions.
Reimplemented in pqOptions, vtkPVServerOptions, and vtkPVPythonOptions.
| static vtkPVOptions* vtkPVOptions::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkCommandOptions.
Reimplemented in pqOptions, vtkPVServerOptions, and vtkPVPythonOptions.
| void vtkPVOptions::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkCommandOptions.
Reimplemented in pqOptions, vtkPVServerOptions, and vtkPVPythonOptions.
| virtual int vtkPVOptions::GetServerMode | ( | ) | [virtual] |
| virtual int vtkPVOptions::GetRenderServerMode | ( | ) | [virtual] |
| virtual int vtkPVOptions::GetConnectID | ( | ) | [virtual] |
| virtual int vtkPVOptions::GetUseOffscreenRendering | ( | ) | [virtual] |
| virtual int vtkPVOptions::GetUseStereoRendering | ( | ) | [virtual] |
| virtual char* vtkPVOptions::GetStereoType | ( | ) | [virtual] |
| virtual int vtkPVOptions::GetClientMode | ( | ) | [virtual] |
| virtual int vtkPVOptions::GetServerPort | ( | ) | [virtual] |
Get Various ports.
| virtual int vtkPVOptions::GetDataServerPort | ( | ) | [virtual] |
Get Various ports.
| virtual int vtkPVOptions::GetRenderServerPort | ( | ) | [virtual] |
Get Various ports.
| virtual int vtkPVOptions::GetRenderNodePort | ( | ) | [virtual] |
Get Various ports.
| virtual int vtkPVOptions::GetDisableComposite | ( | ) | [virtual] |
| virtual int vtkPVOptions::GetUseSoftwareRendering | ( | ) | [virtual] |
| virtual int vtkPVOptions::GetUseSatelliteSoftwareRendering | ( | ) | [virtual] |
| virtual int vtkPVOptions::GetReverseConnection | ( | ) | [virtual] |
| virtual int vtkPVOptions::GetUseRenderingGroup | ( | ) | [virtual] |
| virtual int* vtkPVOptions::GetTileDimensions | ( | ) | [virtual] |
| virtual void vtkPVOptions::GetTileDimensions | ( | int | [2] | ) | [virtual] |
| virtual int* vtkPVOptions::GetTileMullions | ( | ) | [virtual] |
| virtual void vtkPVOptions::GetTileMullions | ( | int | [2] | ) | [virtual] |
| virtual char* vtkPVOptions::GetRenderModuleName | ( | ) | [virtual] |
| virtual char* vtkPVOptions::GetCaveConfigurationFileName | ( | ) | [virtual] |
| virtual char* vtkPVOptions::GetMachinesFileName | ( | ) | [virtual] |
| virtual char* vtkPVOptions::GetGroupFileName | ( | ) | [virtual] |
| virtual char* vtkPVOptions::GetParaViewDataName | ( | ) | [virtual] |
| virtual char* vtkPVOptions::GetStateFileName | ( | ) | [virtual] |
State file to load on startup.
| virtual int vtkPVOptions::GetTimeout | ( | ) | [virtual] |
Valid on PVSERVER and PVDATA_SERVER only. It denotes the time (in minutes) since the time that the connection was established with the server that the server may timeout. timeout <= 0 means no timeout.
| virtual void vtkPVOptions::SetConnectID | ( | int | ) | [virtual] |
Clients need to set the ConnectID so they can handle server connections after the client has started.
| virtual char* vtkPVOptions::GetServerHostName | ( | ) | [virtual] |
Get the various types of host names.
| virtual char* vtkPVOptions::GetDataServerHostName | ( | ) | [virtual] |
Get the various types of host names.
| virtual char* vtkPVOptions::GetRenderServerHostName | ( | ) | [virtual] |
Get the various types of host names.
| virtual char* vtkPVOptions::GetClientHostName | ( | ) | [virtual] |
Get the various types of host names.
| virtual void vtkPVOptions::SetRenderModuleName | ( | const char * | ) | [virtual] |
vtkProcessModule needs to set the render module name
| virtual void vtkPVOptions::SetLogFileName | ( | const char * | ) | [virtual] |
Log filename.
| virtual char* vtkPVOptions::GetLogFileName | ( | ) | [virtual] |
Log filename.
vtkPVProcessModule needs to set this.
| void vtkPVOptions::SetTileDimensions | ( | int | [2] | ) |
vtkPVProcessModule needs to set this.
vtkPVProcessModule needs to set this.
| void vtkPVOptions::SetTileMullions | ( | int | [2] | ) |
vtkPVProcessModule needs to set this.
| virtual void vtkPVOptions::SetUseOffscreenRendering | ( | int | ) | [virtual] |
vtkPVProcessModule needs to set this.
| virtual int vtkPVOptions::GetClientRenderServer | ( | ) | [virtual] |
Is this in render server mode.
| virtual int vtkPVOptions::GetMultiClientMode | ( | ) | [virtual] |
Is this server was started for collaboration meaning that it allow several clients to connect to the same server and share the same pipeline and visualization.
| virtual int vtkPVOptions::GetMultiServerMode | ( | ) | [virtual] |
Is this client allow multiple server connection in parallel
| virtual int vtkPVOptions::GetSymmetricMPIMode | ( | ) | [virtual] |
Indicates if the application is in symmetric mpi mode. This is applicable only to PVBATCH type of processes. Typically, when set to true, the python script is run on satellites as well, otherwise only the root node processes the python script. Disabled by default.
| virtual void vtkPVOptions::SetSymmetricMPIMode | ( | int | ) | [virtual] |
Indicates if the application is in symmetric mpi mode. This is applicable only to PVBATCH type of processes. Typically, when set to true, the python script is run on satellites as well, otherwise only the root node processes the python script. Disabled by default.
| virtual int vtkPVOptions::GetTellVersion | ( | ) | [virtual] |
Should this run print the version numbers and exit.
| virtual char* vtkPVOptions::GetServerURL | ( | ) | [virtual] |
Provides access to server-url if specified on the command line.
| virtual void vtkPVOptions::Initialize | ( | ) | [protected, virtual] |
Initialize arguments.
Reimplemented from vtkCommandOptions.
Reimplemented in pqOptions, and vtkPVServerOptions.
After parsing, process extra option dependencies.
Reimplemented from vtkCommandOptions.
Reimplemented in pqOptions, and vtkPVPythonOptions.
| virtual int vtkPVOptions::WrongArgument | ( | const char * | argument | ) | [protected, virtual] |
This method is called when wrong argument is found. If it returns 0, then the parsing will fail.
Reimplemented from vtkCommandOptions.
Reimplemented in pqOptions, and vtkPVPythonOptions.
| virtual int vtkPVOptions::DeprecatedArgument | ( | const char * | argument | ) | [protected, virtual] |
This method is called when a deprecated argument is found. If it returns 0, then the parsing will fail.
Reimplemented from vtkCommandOptions.
| virtual void vtkPVOptions::SetParaViewDataName | ( | const char * | ) | [protected, virtual] |
Subclasses may need to access these
| virtual void vtkPVOptions::SetRenderServerHostName | ( | const char * | ) | [protected, virtual] |
| virtual void vtkPVOptions::SetClientHostName | ( | const char * | ) | [protected, virtual] |
| virtual void vtkPVOptions::SetDataServerHostName | ( | const char * | ) | [protected, virtual] |
| virtual void vtkPVOptions::SetServerHostName | ( | const char * | ) | [protected, virtual] |
| virtual void vtkPVOptions::SetServerURL | ( | const char * | ) | [protected, virtual] |
| virtual void vtkPVOptions::SetStateFileName | ( | const char * | ) | [protected, virtual] |
friend class vtkPVOptionsXMLParser [friend] |
Definition at line 46 of file vtkPVOptions.h.
char* vtkPVOptions::ParaViewDataName [protected] |
Subclasses may need to access these
Definition at line 185 of file vtkPVOptions.h.
char* vtkPVOptions::RenderServerHostName [protected] |
Definition at line 189 of file vtkPVOptions.h.
char* vtkPVOptions::ClientHostName [protected] |
Definition at line 192 of file vtkPVOptions.h.
char* vtkPVOptions::DataServerHostName [protected] |
Definition at line 195 of file vtkPVOptions.h.
char* vtkPVOptions::ServerHostName [protected] |
Definition at line 198 of file vtkPVOptions.h.
char* vtkPVOptions::ServerURL [protected] |
Definition at line 202 of file vtkPVOptions.h.
int vtkPVOptions::ServerPort [protected] |
Definition at line 206 of file vtkPVOptions.h.
int vtkPVOptions::DataServerPort [protected] |
Definition at line 207 of file vtkPVOptions.h.
int vtkPVOptions::RenderServerPort [protected] |
Definition at line 208 of file vtkPVOptions.h.
int vtkPVOptions::RenderNodePort [protected] |
Definition at line 209 of file vtkPVOptions.h.
int vtkPVOptions::ServerMode [protected] |
Definition at line 211 of file vtkPVOptions.h.
int vtkPVOptions::ClientMode [protected] |
Definition at line 212 of file vtkPVOptions.h.
int vtkPVOptions::RenderServerMode [protected] |
Definition at line 213 of file vtkPVOptions.h.
int vtkPVOptions::MultiClientMode [protected] |
Definition at line 214 of file vtkPVOptions.h.
int vtkPVOptions::MultiServerMode [protected] |
Definition at line 215 of file vtkPVOptions.h.
int vtkPVOptions::SymmetricMPIMode [protected] |
Definition at line 217 of file vtkPVOptions.h.
char* vtkPVOptions::StateFileName [protected] |
Definition at line 220 of file vtkPVOptions.h.
1.7.5.1