casa
$Rev:20696$
|
A subclass of binaryPart to describe the zeroLags. More...
#include <SDMDataObject.h>
Public Member Functions | |
ZeroLagsBinaryPart () | |
An empty constructor. | |
~ZeroLagsBinaryPart () | |
The destructor. | |
ZeroLagsBinaryPart (unsigned int size, const vector< AxisName > &axes, CorrelatorType correlatorType) | |
The full constructor. | |
virtual CorrelatorType | correlatorType () const |
Returns the correlator type. | |
ZeroLagsBinaryPart () | |
An empty constructor. | |
~ZeroLagsBinaryPart () | |
The destructor. | |
ZeroLagsBinaryPart (unsigned int size, const vector< AxisName > &axes, CorrelatorType correlatorType) | |
The full constructor. | |
virtual CorrelatorType | correlatorType () const |
Returns the correlator type. | |
Protected Attributes | |
CorrelatorType | correlatorType_ |
Friends | |
class | DataStruct |
class | SDMDataObject |
class | HeaderParser |
class | SDMDataObjectWriter |
A subclass of binaryPart to describe the zeroLags.
The description of zeroLags contains one extra information stored in a CorrelatorType field which indicates the type of correlator which has produced them.
Definition at line 650 of file SDMDataObject.h.
An empty constructor.
The destructor.
asdmbinaries::SDMDataObject::ZeroLagsBinaryPart::ZeroLagsBinaryPart | ( | unsigned int | size, |
const vector< AxisName > & | axes, | ||
CorrelatorType | correlatorType | ||
) |
The full constructor.
An empty constructor.
The destructor.
asdmbinaries::SDMDataObject::ZeroLagsBinaryPart::ZeroLagsBinaryPart | ( | unsigned int | size, |
const vector< AxisName > & | axes, | ||
CorrelatorType | correlatorType | ||
) |
The full constructor.
virtual CorrelatorType asdmbinaries::SDMDataObject::ZeroLagsBinaryPart::correlatorType | ( | ) | const [virtual] |
Returns the correlator type.
virtual CorrelatorType asdmbinaries::SDMDataObject::ZeroLagsBinaryPart::correlatorType | ( | ) | const [virtual] |
Returns the correlator type.
DataStruct [friend] |
Reimplemented from asdmbinaries::SDMDataObject::BinaryPart.
Definition at line 651 of file SDMDataObject.h.
HeaderParser [friend] |
Reimplemented from asdmbinaries::SDMDataObject::BinaryPart.
Definition at line 653 of file SDMDataObject.h.
SDMDataObject [friend] |
Reimplemented from asdmbinaries::SDMDataObject::BinaryPart.
Definition at line 652 of file SDMDataObject.h.
SDMDataObjectWriter [friend] |
Reimplemented from asdmbinaries::SDMDataObject::BinaryPart.
Definition at line 654 of file SDMDataObject.h.
CorrelatorType asdmbinaries::SDMDataObject::ZeroLagsBinaryPart::correlatorType_ [protected] |
Definition at line 657 of file SDMDataObject.h.