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


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual int | ParseExtraXMLTag (const char *name, const char **atts) |
| double | GetEyeSeparation () |
| unsigned int | GetNumberOfMachines () |
| const char * | GetMachineName (unsigned int idx) |
| const char * | GetDisplayName (unsigned int idx) |
| double * | GetLowerLeft (unsigned int idx) |
| double * | GetLowerRight (unsigned int idx) |
| double * | GetUpperRight (unsigned int idx) |
Static Public Member Functions | |
| static vtkPVServerOptions * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkPVServerOptions * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| int | AddMachineInformation (const char **atts) |
| int | AddEyeSeparationInformation (const char **atts) |
| vtkPVServerOptions () | |
| virtual | ~vtkPVServerOptions () |
| virtual void | Initialize () |
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 vtkPVServerOptions.h.
| vtkPVServerOptions::vtkPVServerOptions | ( | ) | [protected] |
Default constructor.
| virtual vtkPVServerOptions::~vtkPVServerOptions | ( | ) | [protected, virtual] |
Destructor.
| static vtkPVServerOptions* vtkPVServerOptions::New | ( | ) | [static] |
Reimplemented from vtkPVOptions.
| virtual const char* vtkPVServerOptions::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkPVOptions.
| static int vtkPVServerOptions::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkPVOptions.
| virtual int vtkPVServerOptions::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkPVOptions.
| static vtkPVServerOptions* vtkPVServerOptions::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkPVOptions.
| void vtkPVServerOptions::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkPVOptions.
| virtual int vtkPVServerOptions::ParseExtraXMLTag | ( | const char * | name, |
| const char ** | atts | ||
| ) | [virtual] |
Pass in the name and the attributes for all tags that are not Options. If it returns 1, then it is successful, and 0 if it failed.
Reimplemented from vtkCommandOptions.
| double vtkPVServerOptions::GetEyeSeparation | ( | ) |
Get information about machines used in a data or render server.
| unsigned int vtkPVServerOptions::GetNumberOfMachines | ( | ) |
Get information about machines used in a data or render server.
| const char* vtkPVServerOptions::GetMachineName | ( | unsigned int | idx | ) |
Get information about machines used in a data or render server.
| const char* vtkPVServerOptions::GetDisplayName | ( | unsigned int | idx | ) |
Get information about machines used in a data or render server.
Get information about machines used in a data or render server.
Get information about machines used in a data or render server.
Get information about machines used in a data or render server.
| int vtkPVServerOptions::AddMachineInformation | ( | const char ** | atts | ) | [protected] |
Add machine information from the xml tag <Machine ....>
| int vtkPVServerOptions::AddEyeSeparationInformation | ( | const char ** | atts | ) | [protected] |
Add eye separation information from the xml tag <EyeSeparation ...>
| virtual void vtkPVServerOptions::Initialize | ( | ) | [protected, virtual] |
Initialize arguments.
Reimplemented from vtkPVOptions.
1.7.5.1