26 #ifndef vtkPVServerOptions_h 27 #define vtkPVServerOptions_h 29 #include "vtkPVClientServerCoreCoreModule.h" 39 void PrintSelf(ostream& os, vtkIndent indent);
46 vtkGetStringMacro(ClientHostName);
54 vtkGetMacro(ServerPort,
int);
67 double GetEyeSeparation();
68 unsigned int GetNumberOfMachines();
69 const char* GetMachineName(
unsigned int idx);
70 const char* GetDisplayName(
unsigned int idx);
71 int* GetGeometry(
unsigned int idx);
72 bool GetFullScreen(
unsigned int idx);
73 bool GetShowBorders(
unsigned int idx);
74 double* GetLowerLeft(
unsigned int idx);
75 double* GetLowerRight(
unsigned int idx);
76 double* GetUpperRight(
unsigned int idx);
82 virtual char*
GetStereoType() {
return this->Superclass::GetStereoType(); }
87 int AddMachineInformation(
const char** atts);
92 int AddEyeSeparationInformation(
const char** atts);
106 vtkSetStringMacro(ClientHostName);
118 #endif // #ifndef vtkPVServerOptions_h
void PrintSelf(ostream &os, vtkIndent indent)
virtual void Initialize()
Initialize arguments.
virtual int ParseExtraXMLTag(const char *, const char **)
Pass in the name and the attributes for all tags that are not Options.
ParaView options for server executables.
virtual char * GetStereoType()
ParaView options storage.
static vtkPVOptions * New()
virtual char * GetStereoType()