#include <PointingDirectionCache.h>
Definition at line 186 of file PointingDirectionCache.h.
casa::vi::PointingDirectionCache::PointingDirectionCache |
( |
int |
nAntennas, |
|
|
const PointingSource & |
pointingSource |
|
) |
| |
casa::vi::PointingDirectionCache::~PointingDirectionCache |
( |
| ) |
|
void casa::vi::PointingDirectionCache::fillCache |
( |
int |
antenna, |
|
|
double |
time, |
|
|
bool |
flushAndRewind |
|
) |
| const |
|
protected |
const PointingSource* casa::vi::PointingDirectionCache::getPointingSource |
( |
| ) |
const |
|
protected |
bool casa::vi::PointingDirectionCache::noDataForAntenna |
( |
int |
antenna, |
|
|
double |
time |
|
) |
| const |
|
protected |
std::vector<double> casa::vi::PointingDirectionCache::antennaEarliestTime_p |
|
mutableprivate |
int casa::vi::PointingDirectionCache::lastRowRead_p |
|
mutableprivate |
const int casa::vi::PointingDirectionCache::MaxTimeEntries |
|
staticprivate |
These constants control the cache sizing.
The max value specifies how many entries can be cached. The min entry controls how many are kept when the cache size exceeds the max value.
Definition at line 218 of file PointingDirectionCache.h.
const int casa::vi::PointingDirectionCache::MinTimeEntries |
|
staticprivate |
int casa::vi::PointingDirectionCache::nFallbacks_p |
|
mutableprivate |
int casa::vi::PointingDirectionCache::nHits_p |
|
mutableprivate |
bool casa::vi::PointingDirectionCache::pointingEofReached_p |
|
mutableprivate |
const PointingSource& casa::vi::PointingDirectionCache::pointingSource_p |
|
private |
The documentation for this class was generated from the following file: