casa
5.7.0-16
|
#include <PointingDirectionCache.h>
Public Member Functions | |
TimeLevelEntry ()=delete | |
TimeLevelEntry (const Pointing &, const TimeLevelCache *) | |
TimeLevelEntry (const TimeLevelEntry &) | |
~TimeLevelEntry () | |
TimeLevelEntry & | operator= (const TimeLevelEntry &other) |
const casacore::MDirection * | getDirection () const |
double | getInterval () const |
double | getTime () const |
Private Member Functions | |
const PointingSource * | getPointingSource () const |
Private Attributes | |
std::unique_ptr < casacore::MDirection > | direction_p |
int | row_p |
double | timeCenter_p |
const TimeLevelCache * | timeLevelCache_p |
double | interval_p |
Definition at line 46 of file PointingDirectionCache.h.
|
delete |
casa::vi::pd_cache::TimeLevelEntry::TimeLevelEntry | ( | const Pointing & | , |
const TimeLevelCache * | |||
) |
casa::vi::pd_cache::TimeLevelEntry::TimeLevelEntry | ( | const TimeLevelEntry & | ) |
casa::vi::pd_cache::TimeLevelEntry::~TimeLevelEntry | ( | ) |
const casacore::MDirection* casa::vi::pd_cache::TimeLevelEntry::getDirection | ( | ) | const |
double casa::vi::pd_cache::TimeLevelEntry::getInterval | ( | ) | const |
|
private |
double casa::vi::pd_cache::TimeLevelEntry::getTime | ( | ) | const |
TimeLevelEntry& casa::vi::pd_cache::TimeLevelEntry::operator= | ( | const TimeLevelEntry & | other | ) |
|
mutableprivate |
Definition at line 63 of file PointingDirectionCache.h.
|
private |
Definition at line 67 of file PointingDirectionCache.h.
|
private |
Definition at line 64 of file PointingDirectionCache.h.
|
private |
Definition at line 65 of file PointingDirectionCache.h.
|
private |
Definition at line 66 of file PointingDirectionCache.h.