casa
$Rev:20696$
|
#include <StandardVisCal.h>
Public Member Functions | |
TfOpac (VisSet &vs) | |
Constructor. | |
virtual | ~TfOpac () |
TfOpac(const Int& nAnt);. | |
virtual Type | type () |
Return the type enum. | |
virtual String | typeName () |
Return type name as string. | |
virtual String | longTypeName () |
virtual Bool | freqDepPar () |
This is the freq-dep version of TOpac (this is the ONLY fundamental difference from TOpac) |
casa::TfOpac::TfOpac | ( | VisSet & | vs | ) |
Constructor.
virtual casa::TfOpac::~TfOpac | ( | ) | [virtual] |
TfOpac(const Int& nAnt);.
virtual Bool casa::TfOpac::freqDepPar | ( | ) | [inline, virtual] |
This is the freq-dep version of TOpac (this is the ONLY fundamental difference from TOpac)
Reimplemented from casa::VisCal.
Definition at line 560 of file StandardVisCal.h.
References casa::True.
virtual String casa::TfOpac::longTypeName | ( | ) | [inline, virtual] |
Reimplemented from casa::TOpac.
Definition at line 556 of file StandardVisCal.h.
virtual Type casa::TfOpac::type | ( | ) | [inline, virtual] |
Return the type enum.
Reimplemented from casa::TOpac.
Definition at line 552 of file StandardVisCal.h.
References casa::VisCal::T.
virtual String casa::TfOpac::typeName | ( | ) | [inline, virtual] |
Return type name as string.
Reimplemented from casa::TOpac.
Definition at line 555 of file StandardVisCal.h.