#include <vtkPVApplication.h>
Inheritance diagram for vtkPVApplication:
A subclass of vtkKWApplication specific to this application.
Definition at line 49 of file vtkPVApplication.h.
|
Definition at line 357 of file vtkPVApplication.h. |
|
|
|
|
|
Reimplemented from vtkKWApplication. |
|
|
|
Reimplemented from vtkKWApplication. |
|
Parses the command line arguments and modifies the applications ivars appropriately. Return error (1) if the arguments are not formed properly. Returns 0 if all went well. |
|
Parses the command line arguments and modifies the applications ivars appropriately. Return error (1) if the arguments are not formed properly. Returns 0 if all went well. |
|
Returns the server manager application. |
|
Process module contains all methods for managing processes and communication. |
|
Process module contains all methods for managing processes and communication. Definition at line 73 of file vtkPVApplication.h. |
|
RenderModuleProxy manages rendering. |
|
RenderModuleProxy manages rendering. |
|
Setups the Render Module. |
|
Get a file selection dialog instance. |
|
Start running the main application. Reimplemented from vtkKWApplication. |
|
Start running the main application. Reimplemented from vtkKWApplication. Definition at line 92 of file vtkPVApplication.h. References vtkKWApplication::Start(). |
|
We need to keep the controller in a prominent spot because there is no more "RegisterAndGetGlobalController" method. BTX |
|
If ParaView is running in client server mode, then this returns the socket controller used for client server communication. It will only be set on the client and process 0 of the server. |
|
No licence required. |
|
No licence required. |
|
Add/Close a window to/of this application. Return 1 if successful, 0 otherwise Reimplemented from vtkKWApplication. |
|
This method is invoked when the user exits the app Return 1 if the app exited successfully, 0 otherwise (for example, if some dialogs are still up, or the user did not confirm, etc). Reimplemented from vtkKWApplication. |
|
Destroy the main window and associated objects without exiting. This simply calls superclass' Exit() but does not tell remote nodes to stop processing RMIs. |
|
Initialize Tcl/Tk Return NULL on error (eventually provides an ostream where detailed error messages will be stored). BTX Reimplemented from vtkKWApplication. |
|
Perform internal PV Application initialization. |
|
A start at recording macros in ParaView. Create a custom trace file that can be loaded back into paraview. Window variables get initialized when the file is opened. Note: The trace entries get diverted to this file. This is only used for testing at the moment. It is restricted to using sources created after the recording is started. The macro also cannot use the glyph sources. To make mocro recording available to the user, then there must be a way of setting arguments (existing sources) to the macro, and a way of prompting the user to set the arguments when the macro/script is loaded. |
|
A start at recording macros in ParaView. Create a custom trace file that can be loaded back into paraview. Window variables get initialized when the file is opened. Note: The trace entries get diverted to this file. This is only used for testing at the moment. It is restricted to using sources created after the recording is started. The macro also cannot use the glyph sources. To make mocro recording available to the user, then there must be a way of setting arguments (existing sources) to the macro, and a way of prompting the user to set the arguments when the macro/script is loaded. |
|
Since ParaView has only one window, we might as well provide access to it. |
|
Since ParaView has only one window, we might as well provide access to it. |
|
Display the on-line help and about dialog for this application. Over-writing vtkKWApplication defaults. Reimplemented from vtkKWApplication. |
|
Tells the process modules whether to start the main event loop. Mainly used by command line argument parsing code when an argument requires not starting the GUI |
|
Tells the process modules whether to start the main event loop. Mainly used by command line argument parsing code when an argument requires not starting the GUI |
|
|
|
Set or get the display 3D widgets flag. When this flag is set, the 3D widgets will be displayed when they are created. Otherwise user has to enable them. User will still be able to disable the 3D widget. |
|
Set or get the display 3D widgets flag. When this flag is set, the 3D widgets will be displayed when they are created. Otherwise user has to enable them. User will still be able to disable the 3D widget. |
|
Set or get the display 3D widgets flag. When this flag is set, the 3D widgets will be displayed when they are created. Otherwise user has to enable them. User will still be able to disable the 3D widget. |
|
Set or get the display 3D widgets flag. When this flag is set, the 3D widgets will be displayed when they are created. Otherwise user has to enable them. User will still be able to disable the 3D widget. |
|
This is used internally for specifying how many pipes to use for rendering when UseRenderingGroup is defined. All processes have this set to the same value. |
|
This is used internally for specifying how many pipes to use for rendering when UseRenderingGroup is defined. All processes have this set to the same value. |
|
This is used (Unix only) to obtain the path of the executable. This path is used to locate demos etc. |
|
This is used (Unix only) to obtain the path of the executable. This path is used to locate demos etc. |
|
The name of the trace file. |
|
This can be used to trace the application. Look at vtkKWWidgets to see how it is used. Definition at line 221 of file vtkPVApplication.h. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from vtkKWApplication. |
|
Enable or disable test errors. This refers to wether errors make test fail or not. |
|
Enable or disable test errors. This refers to wether errors make test fail or not. |
|
Abort execution and display errors. |
|
Execute event on callback |
|
Get number of partitions. |
|
Play the demo |
|
Return the textual representation of the composite (i.e. its name and/or its description. Memory is allocated, a pointer is return, it's up to the caller to delete it. |
|
Send the stream represented by the given string to the client, server, or both. This should not be called by C++ code and is provided only for debugging and testing purposes. Returns 1 if the string is successfully parsed and 0 otherwise. |
|
Send the stream represented by the given string to the client, server, or both. This should not be called by C++ code and is provided only for debugging and testing purposes. Returns 1 if the string is successfully parsed and 0 otherwise. |
|
Send the stream represented by the given string to the client, server, or both. This should not be called by C++ code and is provided only for debugging and testing purposes. Returns 1 if the string is successfully parsed and 0 otherwise. |
|
Send the stream represented by the given string to the client, server, or both. This should not be called by C++ code and is provided only for debugging and testing purposes. Returns 1 if the string is successfully parsed and 0 otherwise. |
|
Send the stream represented by the given string to the client, server, or both. This should not be called by C++ code and is provided only for debugging and testing purposes. Returns 1 if the string is successfully parsed and 0 otherwise. |
|
Get a result stream represented by a string. This should not be called by C++ code and is provided only for debugging and testing purposes. |
|
Get a result stream represented by a string. This should not be called by C++ code and is provided only for debugging and testing purposes. |
|
Get application options. |
|
Get application options. |
|
Get/Set the global VTK garbage collection debugging flag. Methods provided here to allow use from test scripts. |
|
Get/Set the global VTK garbage collection debugging flag. Methods provided here to allow use from test scripts. |
|
Push/Pop deferred garbage collection. |
|
Push/Pop deferred garbage collection. |
|
Save to a file the information available in the "About ParaView" dialog. |
|
Test some of the features that cannot be tested from the tcl. |
|
Reimplemented from vtkKWApplication. |
|
About dialog, add text and copyrights to the about dialog. Override this function in subclasses (and/or call the superclass) to add more information. Reimplemented from vtkKWApplication. |
|
About dialog, add text and copyrights to the about dialog. Override this function in subclasses (and/or call the superclass) to add more information. Reimplemented from vtkKWApplication. |
|
|
|
|
|
|
|
|
|
Reimplemented from vtkKWApplication. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 185 of file vtkPVApplication.h. |
|
Definition at line 321 of file vtkPVApplication.h. |
|
Definition at line 334 of file vtkPVApplication.h. |
|
Definition at line 337 of file vtkPVApplication.h. |
|
Definition at line 339 of file vtkPVApplication.h. |
|
Definition at line 341 of file vtkPVApplication.h. |
|
Definition at line 343 of file vtkPVApplication.h. |
|
Definition at line 352 of file vtkPVApplication.h. |
|
Definition at line 353 of file vtkPVApplication.h. |
|
Definition at line 354 of file vtkPVApplication.h. |
|
Definition at line 361 of file vtkPVApplication.h. |
|
Definition at line 364 of file vtkPVApplication.h. |
|
Definition at line 366 of file vtkPVApplication.h. |
|
Definition at line 367 of file vtkPVApplication.h. |
|
Definition at line 369 of file vtkPVApplication.h. |
|
Definition at line 371 of file vtkPVApplication.h. |
|
Definition at line 373 of file vtkPVApplication.h. |
|
Definition at line 375 of file vtkPVApplication.h. |
|
Definition at line 377 of file vtkPVApplication.h. |
|
Definition at line 378 of file vtkPVApplication.h. |