casa
5.7.0-16
|
DDDummy: dummy mapper, throws an excpetion if any methods are called. More...
#include <DDMapper.h>
Public Member Functions | |
DDDummy () | |
~DDDummy () | |
virtual void | puke () const |
virtual casacore::Bool | reset (const casacore::Vector< casacore::Int > &) |
Given a vector of correlation types, recomputes internal indices. More... | |
virtual casacore::Float | map (const casacore::Cube< casacore::Complex > &, casacore::uInt, casacore::uInt) const |
Maps a slice of visibilities at (*,ich,irow) from the given viscube into a the derived value. More... | |
Public Member Functions inherited from casa::DDMapper | |
DDMapper () | |
virtual | ~DDMapper () |
casacore::uShort | corrMask () const |
Returns the "mask" of correlations which are used by this mapper. More... | |
casacore::Bool | masked (casacore::uInt icorr) const |
Returns true if given correlations is masked. More... | |
casacore::Bool | isValid () |
Tells if mapper is valid. More... | |
Additional Inherited Members | |
Protected Attributes inherited from casa::DDMapper | |
casacore::Bool | valid |
casacore::uShort | corrmask |
DDDummy: dummy mapper, throws an excpetion if any methods are called.
Internal
Definition at line 95 of file DDMapper.h.
casa::DDDummy::DDDummy | ( | ) |
casa::DDDummy::~DDDummy | ( | ) |
|
inlinevirtual |
Maps a slice of visibilities at (*,ich,irow) from the given viscube into a the derived value.
Implements casa::DDMapper.
Definition at line 106 of file DDMapper.h.
References puke().
|
inlinevirtual |
Definition at line 101 of file DDMapper.h.
|
inlinevirtual |
Given a vector of correlation types, recomputes internal indices.
returns true if all indices were found successfully.
Implements casa::DDMapper.
Definition at line 104 of file DDMapper.h.
References puke().