casa
5.7.0-16
|
#include <PointingDirectionCache.h>
Public Member Functions | |
TimeLevelCache (int minTimes, int maxTimes, const AntennaLevelCache *) | |
void | addEntry (Pointing &pointing) |
void | flush () |
std::pair< CacheAccessStatus, const casacore::MDirection * > | getPointingDirection (double time) |
const PointingSource * | getPointingSource () const |
Private Types | |
typedef std::vector < TimeLevelEntry > | Cache |
Private Attributes | |
const AntennaLevelCache * | antennaLevelCache_p |
Cache | cache_p |
int | maxTimes_p |
int | minTimes_p |
Definition at line 77 of file PointingDirectionCache.h.
|
private |
Definition at line 90 of file PointingDirectionCache.h.
casa::vi::pd_cache::TimeLevelCache::TimeLevelCache | ( | int | minTimes, |
int | maxTimes, | ||
const AntennaLevelCache * | |||
) |
void casa::vi::pd_cache::TimeLevelCache::addEntry | ( | Pointing & | pointing | ) |
void casa::vi::pd_cache::TimeLevelCache::flush | ( | ) |
std::pair<CacheAccessStatus, const casacore::MDirection *> casa::vi::pd_cache::TimeLevelCache::getPointingDirection | ( | double | time | ) |
const PointingSource* casa::vi::pd_cache::TimeLevelCache::getPointingSource | ( | ) | const |
|
private |
Definition at line 91 of file PointingDirectionCache.h.
|
private |
Definition at line 92 of file PointingDirectionCache.h.
|
private |
Definition at line 93 of file PointingDirectionCache.h.
|
private |
Definition at line 94 of file PointingDirectionCache.h.