casa
$Rev:20696$
|
#include <CFCell.h>
Public Member Functions | |
CFCell () | |
========================= Administrative Parts ========================== | |
CFCell (Array< TT > &dataPtr, CoordinateSystem &cs, Float &) | |
~CFCell () | |
CountedPtr< Array< TT > > & | getStorage () |
void | makePersistent (const char *dir) |
CountedPtr< CFCell > | clone () |
void | setParams (const CFCell &other) |
void | initCache () |
void | show (const char *Mesg, ostream &os) |
============================= Functional Parts ============================ | |
Public Attributes | |
IPosition | shape_p |
CountedPtr< Array< TT > > | storage_p |
CoordinateSystem | coordSys_p |
Float | sampling_p |
Int | xSupport_p |
Int | ySupport_p |
Double | wValue_p |
Double | freqValue_p |
Double | freqIncr_p |
Int | muellerElement_p |
MuellerElementType muellerElement_p;. | |
Quantity | pa_p |
Vector< Int > | cfShape_p |
casa::CFCell::CFCell | ( | ) | [inline] |
casa::CFCell::CFCell | ( | Array< TT > & | dataPtr, |
CoordinateSystem & | cs, | ||
Float & | |||
) | [inline] |
casa::CFCell::~CFCell | ( | ) | [inline] |
CountedPtr<Array<TT> >& casa::CFCell::getStorage | ( | ) | [inline] |
void casa::CFCell::initCache | ( | ) | [inline] |
void casa::CFCell::makePersistent | ( | const char * | dir | ) |
void casa::CFCell::setParams | ( | const CFCell & | other | ) |
void casa::CFCell::show | ( | const char * | Mesg, |
ostream & | os | ||
) |