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

vtkSMApplication Class Reference

provides initialization and finalization for server manager More...

#include <vtkSMApplication.h>

Inheritance diagram for vtkSMApplication:

Inheritance graph
[legend]
Collaboration diagram for vtkSMApplication:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 vtkTypeRevisionMacro (vtkSMApplication, vtkSMObject)
void PrintSelf (ostream &os, vtkIndent indent)
void Initialize ()
void Finalize ()
int ParseConfigurationFile (const char *fname, const char *dir)
int ParseConfiguration (const char *configuration)
void AddConfigurationFile (const char *fname, const char *dir)
unsigned int GetNumberOfConfigurationFiles ()
void ParseConfigurationFiles ()
void GetConfigurationFile (unsigned int idx, const char *&fname, const char *&dir)

Static Public Member Functions

vtkSMApplicationNew ()

Protected Member Functions

 vtkSMApplication ()
 ~vtkSMApplication ()
virtual void SaveState (const char *, ostream *, vtkIndent)

Protected Attributes

vtkSMApplicationInternals * Internals

Detailed Description

provides initialization and finalization for server manager

vtkSMApplication provides methods to initialize and finalize the server manager.

Definition at line 31 of file vtkSMApplication.h.


Constructor & Destructor Documentation

vtkSMApplication::vtkSMApplication  )  [protected]
 

vtkSMApplication::~vtkSMApplication  )  [protected]
 


Member Function Documentation

vtkSMApplication* vtkSMApplication::New  )  [static]
 

Reimplemented from vtkSMObject.

vtkSMApplication::vtkTypeRevisionMacro vtkSMApplication  ,
vtkSMObject 
 

void vtkSMApplication::PrintSelf ostream &  os,
vtkIndent  indent
 

Reimplemented from vtkSMObject.

void vtkSMApplication::Initialize  ) 
 

Perform initialization: add the server manager symbols to the interpreter, read default interfaces from strings, create singletons... Should be called before any server manager objects are created.

void vtkSMApplication::Finalize  ) 
 

Cleanup: cleans singletons Should be called before exit, after all server manager objects are deleted.

int vtkSMApplication::ParseConfigurationFile const char *  fname,
const char *  dir
 

int vtkSMApplication::ParseConfiguration const char *  configuration  ) 
 

void vtkSMApplication::AddConfigurationFile const char *  fname,
const char *  dir
 

unsigned int vtkSMApplication::GetNumberOfConfigurationFiles  ) 
 

void vtkSMApplication::GetConfigurationFile unsigned int  idx,
const char *&  fname,
const char *&  dir
 

void vtkSMApplication::ParseConfigurationFiles  ) 
 

virtual void vtkSMApplication::SaveState const char *  ,
ostream *  ,
vtkIndent 
[inline, protected, virtual]
 

Saves the state of the object in XML format. Should be overwritten by proxies and properties.

Reimplemented from vtkSMObject.

Definition at line 67 of file vtkSMApplication.h.


Member Data Documentation

vtkSMApplicationInternals* vtkSMApplication::Internals [protected]
 

Definition at line 69 of file vtkSMApplication.h.


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