casa::CFStore Class Reference
#include <CFStore.h>
List of all members.
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 |
Detailed Description
Definition at line 41 of file CFStore.h.
Constructor & Destructor Documentation
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] |
casa::CFStore::~CFStore |
( |
|
) |
[inline] |
Member Function Documentation
Bool casa::CFStore::null |
( |
|
) |
[inline] |
void casa::CFStore::resize |
( |
IPosition |
imShape, |
|
|
Bool |
retainValues = False | |
|
) |
| | |
void casa::CFStore::resize |
( |
Int |
nw, |
|
|
Bool |
retainValues = False | |
|
) |
| | |
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] |
void casa::CFStore::set |
( |
const CFStore & |
other |
) |
[inline] |
void casa::CFStore::show |
( |
const char * |
Mesg = NULL , |
|
|
ostream & |
os = cerr | |
|
) |
| | |
Member Data Documentation
The documentation for this class was generated from the following file: