casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
casa::DDDummy Class Reference

DDDummy: dummy mapper, throws an excpetion if any methods are called. More...

#include <DDMapper.h>

Inheritance diagram for casa::DDDummy:
casa::DDMapper

List of all members.

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.

Detailed Description

DDDummy: dummy mapper, throws an excpetion if any methods are called.

Intended use:

Internal

Definition at line 95 of file DDMapper.h.


Constructor & Destructor Documentation


Member Function Documentation

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.

Referenced by map(), and reset().

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().


The documentation for this class was generated from the following file: