casa
5.7.0-16
|
#include <PointingDirectionCache.h>
Public Member Functions | |
AntennaLevelCache (int minTimes, int maxTimes, int nAntennas, const PointingDirectionCache *) | |
AntennaLevelCache (const AntennaLevelCache &other)=delete | |
AntennaLevelCache & | operator= (const AntennaLevelCache &other)=delete |
void | addEntry (Pointing &pointing) |
void | flushTimes () |
std::pair< CacheAccessStatus, const casacore::MDirection * > | getPointingDirection (int antenna, double time) |
const PointingSource * | getPointingSource () const |
Private Attributes | |
const PointingDirectionCache * | pointingDirectionCache_p |
std::vector< TimeLevelCache > | timeLevelCache_p |
Definition at line 99 of file PointingDirectionCache.h.
casa::vi::pd_cache::AntennaLevelCache::AntennaLevelCache | ( | int | minTimes, |
int | maxTimes, | ||
int | nAntennas, | ||
const PointingDirectionCache * | |||
) |
|
delete |
void casa::vi::pd_cache::AntennaLevelCache::addEntry | ( | Pointing & | pointing | ) |
void casa::vi::pd_cache::AntennaLevelCache::flushTimes | ( | ) |
std::pair<CacheAccessStatus, const casacore::MDirection *> casa::vi::pd_cache::AntennaLevelCache::getPointingDirection | ( | int | antenna, |
double | time | ||
) |
const PointingSource* casa::vi::pd_cache::AntennaLevelCache::getPointingSource | ( | ) | const |
|
delete |
|
private |
Definition at line 115 of file PointingDirectionCache.h.
|
private |
Definition at line 116 of file PointingDirectionCache.h.