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


Definition at line 101 of file ComponentFTMachine.h.
Public Member Functions | |
| ComponentFTMachine () | |
| ComponentFTMachine (const ComponentFTMachine &other) | |
| ComponentFTMachine & | operator= (const ComponentFTMachine &other) |
| virtual | ~ComponentFTMachine () |
| virtual void | get (VisBuffer &vb, SkyComponent &component, Int row=-1)=0 |
| Get actual coherence : this is the only virtual method. | |
| virtual void | get (VisBuffer &vb, const ComponentList &componentList, Int row=-1)=0 |
| Get actual coherence : this is the other only virtual method. | |
| void | rotateUVW (Matrix< Double > &uvw, Vector< Double > &dphase, const VisBuffer &vb, const MDirection &mDesired) |
| Rotate the uvw from the observed phase center to the desired phase center. | |
Protected Member Functions | |
| LogIO & | logIO () |
| virtual void | ok () |
Protected Attributes | |
| LogIO | logIO_p |
| MPosition | mLocation_p |
| Default Position used for phase rotations. | |
| casa::ComponentFTMachine::ComponentFTMachine | ( | ) |
| casa::ComponentFTMachine::ComponentFTMachine | ( | const ComponentFTMachine & | other | ) |
| virtual casa::ComponentFTMachine::~ComponentFTMachine | ( | ) | [virtual] |
| ComponentFTMachine& casa::ComponentFTMachine::operator= | ( | const ComponentFTMachine & | other | ) |
| virtual void casa::ComponentFTMachine::get | ( | VisBuffer & | vb, | |
| SkyComponent & | component, | |||
| Int | row = -1 | |||
| ) | [pure virtual] |
Get actual coherence : this is the only virtual method.
| virtual void casa::ComponentFTMachine::get | ( | VisBuffer & | vb, | |
| const ComponentList & | componentList, | |||
| Int | row = -1 | |||
| ) | [pure virtual] |
Get actual coherence : this is the other only virtual method.
| void casa::ComponentFTMachine::rotateUVW | ( | Matrix< Double > & | uvw, | |
| Vector< Double > & | dphase, | |||
| const VisBuffer & | vb, | |||
| const MDirection & | mDesired | |||
| ) |
Rotate the uvw from the observed phase center to the desired phase center.
| LogIO& casa::ComponentFTMachine::logIO | ( | ) | [protected] |
| virtual void casa::ComponentFTMachine::ok | ( | ) | [protected, virtual] |
LogIO casa::ComponentFTMachine::logIO_p [protected] |
Definition at line 124 of file ComponentFTMachine.h.
MPosition casa::ComponentFTMachine::mLocation_p [protected] |
1.5.1