casa
5.7.0-16
|
#include <PointingDirectionCache.h>
Public Member Functions | |
virtual | ~PointingSource () |
Generic interface to allow passing different pointing information sources into the PointingDirectionCache. More... | |
virtual Pointing | getPointingRow (int row, double targetTime, bool asMeasure) const =0 |
virtual int | nRows () const =0 |
Definition at line 147 of file PointingDirectionCache.h.
|
inlinevirtual |
Generic interface to allow passing different pointing information sources into the PointingDirectionCache.
The primary source will be a POINTING subtable; the other likely source will be a unit test source.
Definition at line 156 of file PointingDirectionCache.h.
|
pure virtual |
Implemented in casa::vi::PointingColumns.
|
pure virtual |
Implemented in casa::vi::PointingColumns.