casa
$Rev:20696$
|
Go to the source code of this file.
Classes | |
class | casa::LatticePADisplayData< T > |
Partial implementation of PrincipalAxesDD for Lattice-based data. More... | |
Namespaces | |
namespace | casa |
this file contains all the compiler specific defines | |
Functions | |
void | updateLatticeStatistics () |
update itsLatticeStatistics | |
Bool | updateHistogram (Record &rec, MaskedLattice< Complex > &pImage) |
Update the histogram, and attach it to the supplied record. | |
Bool | updateHistogram (Record &rec, ImageInterface< Float > &pImage) |
Bool | updateHistogram (Record &rec, const Array< Complex > *) |
Bool | updateHistogram (Record &rec, const Array< Float > *) |
WCLELMask * | makeMask (const RecordInterface &mask) |
ImageRegion * | makeRegion (const RecordInterface ®ion) |
Bool | isMaskDifferent (WCLELMask *&pMask) |
Bool | isRegionDifferent (ImageRegion *&pRegion) |
Bool | transferPreferences (CoordinateSystem &cSysInOut, const CoordinateSystem &cSysIn) const |
Transfer preferences between CoordinateSystems. | |
void | delTmpImage () |
Delete temporary image data. | |
Variables | |
std::vector< std::vector < double > > | casa::beams_ |
String | casa::majorunit_ |
String | casa::minorunit_ |
String | casa::paunit_ |
DParameterChoice * | casa::beamOnOff_ |
DParameterChoice * | casa::beamStyle_ |
DParameterChoice * | casa::beamColor_ |
DParameterRange< Int > * | casa::beamLineWidth_ |
DParameterRange< Float > * | casa::beamXCenter_ |
DParameterRange< Float > * | casa::beamYCenter_ |
WCResampleHandler * | itsResampleHandler |
pointer to resampler |
void delTmpImage | ( | ) |
Delete temporary image data.
Bool isMaskDifferent | ( | WCLELMask *& | pMask | ) |
Bool isRegionDifferent | ( | ImageRegion *& | pRegion | ) |
WCLELMask* makeMask | ( | const RecordInterface & | mask | ) |
ImageRegion* makeRegion | ( | const RecordInterface & | region | ) |
Bool transferPreferences | ( | CoordinateSystem & | cSysInOut, |
const CoordinateSystem & | cSysIn | ||
) | const |
Transfer preferences between CoordinateSystems.
Bool updateHistogram | ( | Record & | rec, |
MaskedLattice< Complex > & | pImage | ||
) |
Update the histogram, and attach it to the supplied record.
Bool updateHistogram | ( | Record & | rec, |
ImageInterface< Float > & | pImage | ||
) |
Bool updateHistogram | ( | Record & | rec, |
const Array< Complex > * | |||
) |
Bool updateHistogram | ( | Record & | rec, |
const Array< Float > * | |||
) |
void updateLatticeStatistics | ( | ) |
update itsLatticeStatistics
WCResampleHandler* itsResampleHandler |
pointer to resampler
Definition at line 234 of file LatticePADD.h.
Referenced by casa::LatticePADisplayData< Float >::resampleHandler().