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


Public Member Functions | |
| vtkTypeMacro (ssMultibeamProcessMonitor, vtkObject) | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| Print the state of this object. | |
| void | TerminateApplication () |
| Terminate all threads and processes nd, therefore, the application. | |
| void | Process (ssMultibeamProcess *process) |
| Start the monitor. | |
Static Public Member Functions | |
| static ssMultibeamProcessMonitor * | New () |
| Instantiate a new object of this type. | |
Protected Member Functions | |
| ssMultibeamProcessMonitor () | |
| Ctor. | |
| ~ssMultibeamProcessMonitor () | |
| Dtor. | |
Protected Attributes | |
| ssMultibeamProcess * | process |
| The invoking process. | |
Definition at line 15 of file ssMultibeamProcessMonitor.h.
| ssMultibeamProcessMonitor::ssMultibeamProcessMonitor | ( | ) | [protected] |
Ctor.
| ssMultibeamProcessMonitor::~ssMultibeamProcessMonitor | ( | ) | [protected] |
Dtor.
| static ssMultibeamProcessMonitor* ssMultibeamProcessMonitor::New | ( | ) | [static] |
Instantiate a new object of this type.
This is the only method that objects of this type may be created.
Reimplemented from vtkObject.
| ssMultibeamProcessMonitor::vtkTypeMacro | ( | ssMultibeamProcessMonitor | , | |
| vtkObject | ||||
| ) |
| void ssMultibeamProcessMonitor::PrintSelf | ( | ostream & | os, | |
| vtkIndent | indent | |||
| ) | [virtual] |
Print the state of this object.
| os | The output stream. | |
| indent | The indentation level. Used for formating output. |
Reimplemented from vtkObject.
| void ssMultibeamProcessMonitor::TerminateApplication | ( | ) |
Terminate all threads and processes nd, therefore, the application.
| void ssMultibeamProcessMonitor::Process | ( | ssMultibeamProcess * | process | ) |
Start the monitor.
param process The invoking process.
ssMultibeamProcess* ssMultibeamProcessMonitor::process [protected] |