casa
$Rev:20696$
|
#include <CFStore.h>
Public Member Functions | |
CFStore () | |
CFStore (CFType *dataPtr, CoordinateSystem &cs, Vector< Float > &samp, Vector< Int > &xsup, Vector< Int > &ysup, Int maxXSup, Int maxYSup, Quantity PA, Int mosPointing) | |
~CFStore () | |
CFStore & | operator= (const CFStore &other) |
void | show (const char *Mesg=NULL, ostream &os=cerr) |
Bool | null () |
void | set (const CFStore &other) |
void | set (CFType *dataPtr, CoordinateSystem &cs, Vector< Float > &samp, Vector< Int > &xsup, Vector< Int > &ysup, Int maxXSup, Int maxYSup, Quantity PA, const Int mosPointing=0) |
void | resize (Int nw, Bool retainValues=False) |
void | resize (IPosition imShape, Bool retainValues=False) |
Public Attributes | |
CountedPtr< CFType > | data |
CountedPtr< CFTypeReal > | rdata |
CoordinateSystem | coordSys |
Vector< Float > | sampling |
Vector< Int > | xSupport |
Vector< Int > | ySupport |
Int | maxXSupport |
Int | maxYSupport |
Quantity | pa |
Int | mosPointingPos |
casa::CFStore::CFStore | ( | ) | [inline] |
casa::CFStore::CFStore | ( | CFType * | dataPtr, |
CoordinateSystem & | cs, | ||
Vector< Float > & | samp, | ||
Vector< Int > & | xsup, | ||
Vector< Int > & | ysup, | ||
Int | maxXSup, | ||
Int | maxYSup, | ||
Quantity | PA, | ||
Int | mosPointing | ||
) | [inline] |
Definition at line 49 of file CFStore.h.
References casa::data.
casa::CFStore::~CFStore | ( | ) | [inline] |
Bool casa::CFStore::null | ( | ) | [inline] |
Definition at line 61 of file CFStore.h.
References casa::data.
void casa::CFStore::resize | ( | Int | nw, |
Bool | retainValues = False |
||
) |
void casa::CFStore::resize | ( | IPosition | imShape, |
Bool | retainValues = False |
||
) |
void casa::CFStore::set | ( | const CFStore & | other | ) | [inline] |
Definition at line 62 of file CFStore.h.
References casa::pa(), and casa::LatticeExprNode::pa.
void casa::CFStore::set | ( | CFType * | dataPtr, |
CoordinateSystem & | cs, | ||
Vector< Float > & | samp, | ||
Vector< Int > & | xsup, | ||
Vector< Int > & | ysup, | ||
Int | maxXSup, | ||
Int | maxYSup, | ||
Quantity | PA, | ||
const Int | mosPointing = 0 |
||
) | [inline] |
Definition at line 69 of file CFStore.h.
References casa::data, and casa::pa().
void casa::CFStore::show | ( | const char * | Mesg = NULL , |
ostream & | os = cerr |
||
) |
Definition at line 90 of file CFStore.h.
Referenced by casa::CFCache::cacheConvFunction().