casa
$Rev:20696$
|
#include <Mueller.h>
Public Member Functions | |
MuellerDiag2 () | |
Construct. | |
virtual | ~MuellerDiag2 () |
Dtor. | |
virtual MuellerType | type () const |
Return type id. | |
virtual uInt | typesize () const |
virtual void | fromJones (const Jones &jones1, const Jones &jones2) |
Formation from Jones matrix outer product: optimized Diag2 version. | |
virtual void | invert () |
In-place invert. | |
virtual void | setMatByOk () |
Set matrix elements according to ok flag (so we don't have to check ok flags atomically in apply) | |
virtual void | apply (VisVector &v) |
In-place multiply onto a VisVector: optimized Diag2 version. | |
virtual void | apply (VisVector &v, Bool &vflag) |
virtual void | applyFlag (Bool &vflag) |
Apply only flags according to cal flags. | |
Protected Member Functions | |
MuellerDiag2 (const MuellerDiag2 &mat) | |
Default/Copy ctors are protected. | |
Private Member Functions | |
virtual void | zero () |
Zero the whole Mueller. |
Construct.
virtual casa::MuellerDiag2::~MuellerDiag2 | ( | ) | [inline, virtual] |
casa::MuellerDiag2::MuellerDiag2 | ( | const MuellerDiag2 & | mat | ) | [protected] |
Default/Copy ctors are protected.
virtual void casa::MuellerDiag2::apply | ( | VisVector & | v | ) | [virtual] |
In-place multiply onto a VisVector: optimized Diag2 version.
Reimplemented from casa::MuellerDiag.
Reimplemented in casa::AddMuellerDiag2.
virtual void casa::MuellerDiag2::apply | ( | VisVector & | v, |
Bool & | vflag | ||
) | [virtual] |
Reimplemented from casa::MuellerDiag.
virtual void casa::MuellerDiag2::applyFlag | ( | Bool & | vflag | ) | [virtual] |
Apply only flags according to cal flags.
Reimplemented from casa::MuellerDiag.
virtual void casa::MuellerDiag2::fromJones | ( | const Jones & | jones1, |
const Jones & | jones2 | ||
) | [virtual] |
Formation from Jones matrix outer product: optimized Diag2 version.
Reimplemented from casa::MuellerDiag.
virtual void casa::MuellerDiag2::invert | ( | ) | [virtual] |
virtual void casa::MuellerDiag2::setMatByOk | ( | ) | [virtual] |
Set matrix elements according to ok flag (so we don't have to check ok flags atomically in apply)
Reimplemented from casa::MuellerDiag.
Reimplemented in casa::AddMuellerDiag2.
virtual MuellerType casa::MuellerDiag2::type | ( | ) | const [inline, virtual] |
Return type id.
Reimplemented from casa::MuellerDiag.
Reimplemented in casa::AddMuellerDiag2.
Definition at line 184 of file Mueller.h.
References casa::Mueller::Diag2.
virtual uInt casa::MuellerDiag2::typesize | ( | ) | const [inline, virtual] |
Reimplemented from casa::MuellerDiag.
virtual void casa::MuellerDiag2::zero | ( | ) | [private, virtual] |
Zero the whole Mueller.
Reimplemented from casa::MuellerDiag.