Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

vtkPVServerOptions Class Reference

ParaView options storage. More...

#include <vtkPVServerOptions.h>

Inheritance diagram for vtkPVServerOptions:

Inheritance graph
[legend]
Collaboration diagram for vtkPVServerOptions:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 vtkTypeRevisionMacro (vtkPVServerOptions, vtkPVOptions)
void PrintSelf (ostream &os, vtkIndent indent)
virtual int ParseExtraXMLTag (const char *name, const char **atts)
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 * GetUpperLeft (unsigned int idx)

Static Public Member Functions

vtkPVServerOptionsNew ()

Protected Member Functions

virtual ~vtkPVServerOptions ()
virtual void Initialize ()
int AddMachineInformation (const char **atts)
 vtkPVServerOptions ()

Detailed Description

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.


Constructor & Destructor Documentation

vtkPVServerOptions::vtkPVServerOptions  )  [protected]
 

Add machine information from the xml tag <Machine ....>

virtual vtkPVServerOptions::~vtkPVServerOptions  )  [protected, virtual]
 

Destructor.


Member Function Documentation

vtkPVServerOptions* vtkPVServerOptions::New  )  [static]
 

Reimplemented from vtkPVOptions.

vtkPVServerOptions::vtkTypeRevisionMacro vtkPVServerOptions  ,
vtkPVOptions 
 

void vtkPVServerOptions::PrintSelf ostream &  os,
vtkIndent  indent
 

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.

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.

double* vtkPVServerOptions::GetLowerLeft unsigned int  idx  ) 
 

Get information about machines used in a data or render server.

double* vtkPVServerOptions::GetLowerRight unsigned int  idx  ) 
 

Get information about machines used in a data or render server.

double* vtkPVServerOptions::GetUpperLeft unsigned int  idx  ) 
 

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 ....>

virtual void vtkPVServerOptions::Initialize  )  [protected, virtual]
 

Initialize arguments.

Reimplemented from vtkPVOptions.


The documentation for this class was generated from the following file:
Generated on Tue May 30 12:44:05 2006 for ParaView by doxygen 1.3.5