casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
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

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
 

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

casa::DDDummy::DDDummy ( )
casa::DDDummy::~DDDummy ( )

Member Function Documentation

virtual casacore::Float casa::DDDummy::map ( const casacore::Cube< casacore::Complex > &  vis,
casacore::uInt  ich,
casacore::uInt  irow 
) const
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().

virtual void casa::DDDummy::puke ( ) const
inlinevirtual

Definition at line 101 of file DDMapper.h.

Referenced by map(), and reset().

virtual casacore::Bool casa::DDDummy::reset ( const casacore::Vector< casacore::Int > &  corr)
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().


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