ssMultibeamProcessMonitor Class Reference
[C++/Mechanization/SwathInstrument/Multibeam]

#include <ssMultibeamProcessMonitor.h>

Inheritance diagram for ssMultibeamProcessMonitor:

Inheritance graph
[legend]
Collaboration diagram for ssMultibeamProcessMonitor:

Collaboration graph
[legend]
List of all members.

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 ssMultibeamProcessMonitorNew ()
 Instantiate a new object of this type.

Protected Member Functions

 ssMultibeamProcessMonitor ()
 Ctor.
 ~ssMultibeamProcessMonitor ()
 Dtor.

Protected Attributes

ssMultibeamProcessprocess
 The invoking process.

Detailed Description

Definition at line 15 of file ssMultibeamProcessMonitor.h.


Constructor & Destructor Documentation

ssMultibeamProcessMonitor::ssMultibeamProcessMonitor (  )  [protected]

Ctor.

ssMultibeamProcessMonitor::~ssMultibeamProcessMonitor (  )  [protected]

Dtor.


Member Function Documentation

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.

Returns:
The new object.

Reimplemented from vtkObject.

ssMultibeamProcessMonitor::vtkTypeMacro ( ssMultibeamProcessMonitor  ,
vtkObject   
)

void ssMultibeamProcessMonitor::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

Print the state of this object.

Parameters:
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.


Member Data Documentation

ssMultibeamProcess* ssMultibeamProcessMonitor::process [protected]

The invoking process.

Definition at line 67 of file ssMultibeamProcessMonitor.h.


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