#include <vtkSMApplication.h>
Inheritance diagram for vtkSMApplication:


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 | |
| vtkSMApplication * | New () |
Protected Member Functions | |
| vtkSMApplication () | |
| ~vtkSMApplication () | |
| virtual void | SaveState (const char *, ostream *, vtkIndent) |
Protected Attributes | |
| vtkSMApplicationInternals * | Internals |
vtkSMApplication provides methods to initialize and finalize the server manager.
Definition at line 31 of file vtkSMApplication.h.
|
|
|
|
|
|
|
|
Reimplemented from vtkSMObject. |
|
||||||||||||
|
|
|
||||||||||||
|
Reimplemented from vtkSMObject. |
|
|
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. |
|
|
Cleanup: cleans singletons Should be called before exit, after all server manager objects are deleted. |
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
||||||||||||||||
|
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. |
|
|
Definition at line 69 of file vtkSMApplication.h. |
1.3.5