casa
$Rev:20696$
|
#include <PlotMSCache2.h>
Public Member Functions | |
PMSCacheVolMeter () | |
Constructor/Destructor. | |
PMSCacheVolMeter (const MeasurementSet &ms, const PlotMSAveraging ave, const Vector< Vector< Slice > > &chansel, const Vector< Vector< Slice > > &corrsel) | |
~PMSCacheVolMeter () | |
void | reset () |
reset (as if default ctor was run) | |
void | add (const VisBuffer &vb) |
add in via a VisBuffer | |
void | add (Int DDID, Int nRows) |
add in via counts | |
String | evalVolume (map< PMS::Axis, Bool > axes, Vector< Bool > axesmask) |
evaluate the volume for specified axes, and complain if | |
Private Attributes | |
Int | nDDID_ |
The number of DATA_DESCRIPTIONs. | |
Vector< uInt64 > | nPerDDID_ |
Counters. | |
Vector< uInt64 > | nRowsPerDDID_ |
Vector< uInt64 > | nChanPerDDID_ |
Vector< uInt64 > | nCorrPerDDID_ |
Int | nAnt_ |
The number of antennas (max) |
Definition at line 49 of file PlotMSCache2.h.
casa::PMSCacheVolMeter::PMSCacheVolMeter | ( | ) |
Constructor/Destructor.
casa::PMSCacheVolMeter::PMSCacheVolMeter | ( | const MeasurementSet & | ms, |
const PlotMSAveraging | ave, | ||
const Vector< Vector< Slice > > & | chansel, | ||
const Vector< Vector< Slice > > & | corrsel | ||
) |
casa::PMSCacheVolMeter::~PMSCacheVolMeter | ( | ) |
evaluate the volume for specified axes, and complain if
void casa::PMSCacheVolMeter::reset | ( | ) |
reset (as if default ctor was run)
Int casa::PMSCacheVolMeter::nAnt_ [private] |
The number of antennas (max)
Definition at line 81 of file PlotMSCache2.h.
Vector<uInt64> casa::PMSCacheVolMeter::nChanPerDDID_ [private] |
Definition at line 78 of file PlotMSCache2.h.
Vector<uInt64> casa::PMSCacheVolMeter::nCorrPerDDID_ [private] |
Definition at line 78 of file PlotMSCache2.h.
Int casa::PMSCacheVolMeter::nDDID_ [private] |
The number of DATA_DESCRIPTIONs.
Definition at line 75 of file PlotMSCache2.h.
Vector<uInt64> casa::PMSCacheVolMeter::nPerDDID_ [private] |
Counters.
Definition at line 78 of file PlotMSCache2.h.
Vector<uInt64> casa::PMSCacheVolMeter::nRowsPerDDID_ [private] |
Definition at line 78 of file PlotMSCache2.h.