ParaView
Public Member Functions | Static Public Member Functions | Protected Member Functions
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

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)
doubleGetLowerLeft (unsigned int idx)
doubleGetLowerRight (unsigned int idx)
doubleGetUpperRight (unsigned int idx)

Static Public Member Functions

static vtkPVServerOptionsNew ()
static int IsTypeOf (const char *type)
static vtkPVServerOptionsSafeDownCast (vtkObject *o)

Protected Member Functions

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

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]

Default constructor.

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

Destructor.


Member Function Documentation

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.

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::GetUpperRight ( 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 ....>

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.


The documentation for this class was generated from the following file: