casa
5.7.0-16
|
#include <casa/aips.h>
#include <casa/Quanta/Unit.h>
#include <images/Images/ImageInterface.h>
#include <display/DisplayDatas/PrincipalAxesDD.h>
#include <casa/Containers/Record.h>
#include <display/Display/DParameterChoice.h>
#include <display/Display/DParameterRange.h>
#include <display/DisplayDatas/LatticePADD.tcc>
Go to the source code of this file.
Classes | |
class | casacore::Array< T > |
template <class T, class U> class vector; More... | |
class | casacore::Lattice< T > |
A templated, abstract base class for array-like objects. More... | |
class | casacore::MaskedLattice< T > |
A templated, abstract base class for array-like objects with masks. More... | |
class | casacore::LatticeStatistics< T > |
Compute and display various statistics from a lattice. More... | |
class | casa::LatticePADisplayData< T > |
Partial implementation of PrincipalAxesDD for casacore::Lattice-based data. More... | |
Namespaces | |
casacore | |
For temporary backward namespace compatibility, use casa as alias for casacore. | |
casa | |
-*- mode: c++ -*- | |
Variables | |
std::vector< std::vector < double > > | casa::beams_ |
casacore::String | casa::majorunit_ |
casacore::String | casa::minorunit_ |
casacore::String | casa::paunit_ |
DParameterChoice * | casa::beamOnOff_ |
DParameterChoice * | casa::beamStyle_ |
DParameterChoice * | casa::beamColor_ |
DParameterRange< casacore::Int > * | casa::beamLineWidth_ |
DParameterRange < casacore::Float > * | casa::beamXCenter_ |
DParameterRange < casacore::Float > * | casa::beamYCenter_ |
WCResampleHandler * | itsResampleHandler |
pointer to resampler More... | |
void delTmpImage | ( | ) |
Delete temporary image data.
casacore::Bool isMaskDifferent | ( | casacore::WCLELMask *& | pMask | ) |
casacore::Bool isRegionDifferent | ( | casacore::ImageRegion *& | pRegion | ) |
casacore::WCLELMask* makeMask | ( | const casacore::RecordInterface & | mask | ) |
casacore::ImageRegion* makeRegion | ( | const casacore::RecordInterface & | region | ) |
casacore::Bool transferPreferences | ( | DisplayCoordinateSystem & | cSysInOut, |
const DisplayCoordinateSystem & | cSysIn | ||
) | const |
Transfer preferences between CoordinateSystems.
casacore::Bool updateHistogram | ( | casacore::Record & | rec, |
casacore::MaskedLattice< casacore::Complex > & | pImage | ||
) |
Update the histogram, and attach it to the supplied record.
casacore::Bool updateHistogram | ( | casacore::Record & | rec, |
casacore::ImageInterface< casacore::Float > & | pImage | ||
) |
casacore::Bool updateHistogram | ( | casacore::Record & | rec, |
const casacore::Array< casacore::Complex > * | |||
) |
casacore::Bool updateHistogram | ( | casacore::Record & | rec, |
const casacore::Array< casacore::Float > * | |||
) |
void updateLatticeStatistics | ( | ) |
update itsLatticeStatistics
WCResampleHandler* itsResampleHandler |
pointer to resampler
Definition at line 246 of file LatticePADD.h.
Referenced by casa::LatticePADisplayData< casacore::Float >::resampleHandler().