casa
$Rev:20696$
|
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 Bool | reset (const Vector< Int > &) |
Given a vector of correlation types, recomputes internal indices. | |
virtual Float | map (const Cube< Complex > &, uInt, uInt) const |
Maps a slice of visibilities at (*,ich,irow) from the given viscube into a the derived value. |
DDDummy: dummy mapper, throws an excpetion if any methods are called.
Internal
Definition at line 95 of file DDMapper.h.
virtual Float casa::DDDummy::map | ( | const Cube< Complex > & | vis, |
uInt | ich, | ||
uInt | irow | ||
) | const [inline, virtual] |
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().
virtual void casa::DDDummy::puke | ( | ) | const [inline, virtual] |
Definition at line 101 of file DDMapper.h.
virtual Bool casa::DDDummy::reset | ( | const Vector< Int > & | corr | ) | [inline, virtual] |
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 casa::False, and puke().