#include <ReadMSAlgorithm.h>
Inheritance diagram for casa::ReadMSAlgorithm:


Definition at line 41 of file ReadMSAlgorithm.h.
Public Member Functions | |
| ReadMSAlgorithm () | |
| Default constructor and destructor. | |
| ~ReadMSAlgorithm () | |
| void | get () |
| Get the input data and parameters from the controller. | |
| void | put () |
| Return the results to the controller. | |
| String & | name () |
| Return the name of the algorithm. | |
Private Member Functions | |
| void | task () |
| Read the MSset. | |
Private Attributes | |
| PagedArray< Float > * | model_sl_p |
| Local copies of the data and input parameters. | |
| Int | msid |
| String | myName |
| String | msName |
| Int | status |
| Int | cache_p |
| casa::ReadMSAlgorithm::ReadMSAlgorithm | ( | ) |
Default constructor and destructor.
| casa::ReadMSAlgorithm::~ReadMSAlgorithm | ( | ) |
| void casa::ReadMSAlgorithm::get | ( | ) | [virtual] |
| void casa::ReadMSAlgorithm::put | ( | ) | [virtual] |
| String& casa::ReadMSAlgorithm::name | ( | ) | [virtual] |
| void casa::ReadMSAlgorithm::task | ( | ) | [private, virtual] |
PagedArray<Float>* casa::ReadMSAlgorithm::model_sl_p [private] |
Int casa::ReadMSAlgorithm::msid [private] |
Definition at line 59 of file ReadMSAlgorithm.h.
String casa::ReadMSAlgorithm::myName [private] |
Definition at line 60 of file ReadMSAlgorithm.h.
String casa::ReadMSAlgorithm::msName [private] |
Definition at line 61 of file ReadMSAlgorithm.h.
Int casa::ReadMSAlgorithm::status [private] |
Definition at line 62 of file ReadMSAlgorithm.h.
Int casa::ReadMSAlgorithm::cache_p [private] |
Definition at line 63 of file ReadMSAlgorithm.h.
1.5.1