casa
5.7.0-16
|
#include <PointingDirectionCache.h>
Public Member Functions | |
Pointing () | |
The direction and interval components are only usable if "valid" is set to true. More... | |
Pointing (const Pointing &other) | |
Public Attributes | |
int | antennaId |
std::unique_ptr < casacore::MDirection > | direction |
double | interval |
int | row |
const PointingSource * | source |
double | time |
Definition at line 123 of file PointingDirectionCache.h.
|
inline |
The direction and interval components are only usable if "valid" is set to true.
Definition at line 128 of file PointingDirectionCache.h.
|
inline |
Definition at line 129 of file PointingDirectionCache.h.
int casa::vi::Pointing::antennaId |
Definition at line 139 of file PointingDirectionCache.h.
|
mutable |
Definition at line 140 of file PointingDirectionCache.h.
double casa::vi::Pointing::interval |
Definition at line 141 of file PointingDirectionCache.h.
int casa::vi::Pointing::row |
Definition at line 142 of file PointingDirectionCache.h.
const PointingSource* casa::vi::Pointing::source |
Definition at line 143 of file PointingDirectionCache.h.
double casa::vi::Pointing::time |
Definition at line 144 of file PointingDirectionCache.h.