#include <AsynchronousInterface.h>
Public Member Functions | |
| SelectVelocityModifier (Int nChan, const MVRadialVelocity &vStart, const MVRadialVelocity &vInc, MRadialVelocity::Types rvType, MDoppler::Types dType, Bool precise) | |
| void | apply (ROVisibilityIterator *) const |
Private Member Functions | |
| virtual void | print (std::ostream &o) const |
Private Attributes | |
| MDoppler::Types | dType_p |
| Int | nChan_p |
| Bool | precise_p |
| MRadialVelocity::Types | rvType_p |
| MVRadialVelocity | vInc_p |
| MVRadialVelocity | vStart_p |
Definition at line 177 of file AsynchronousInterface.h.
| casa::asyncio::SelectVelocityModifier::SelectVelocityModifier | ( | Int | nChan, | |
| const MVRadialVelocity & | vStart, | |||
| const MVRadialVelocity & | vInc, | |||
| MRadialVelocity::Types | rvType, | |||
| MDoppler::Types | dType, | |||
| Bool | precise | |||
| ) |
| void casa::asyncio::SelectVelocityModifier::apply | ( | ROVisibilityIterator * | ) | const [virtual] |
Implements casa::asyncio::RoviaModifier.
| virtual void casa::asyncio::SelectVelocityModifier::print | ( | std::ostream & | o | ) | const [private, virtual] |
Implements casa::asyncio::RoviaModifier.
MDoppler::Types casa::asyncio::SelectVelocityModifier::dType_p [private] |
Definition at line 187 of file AsynchronousInterface.h.
Int casa::asyncio::SelectVelocityModifier::nChan_p [private] |
Definition at line 188 of file AsynchronousInterface.h.
Bool casa::asyncio::SelectVelocityModifier::precise_p [private] |
Definition at line 189 of file AsynchronousInterface.h.
MRadialVelocity::Types casa::asyncio::SelectVelocityModifier::rvType_p [private] |
Definition at line 190 of file AsynchronousInterface.h.
MVRadialVelocity casa::asyncio::SelectVelocityModifier::vInc_p [private] |
Definition at line 191 of file AsynchronousInterface.h.
MVRadialVelocity casa::asyncio::SelectVelocityModifier::vStart_p [private] |
Definition at line 192 of file AsynchronousInterface.h.
1.6.1