casacore
|
#include <LELScalar.h>
Public Member Functions | |
LELScalar () | |
Default constructor sets a False mask. | |
LELScalar (const T &value, Bool mask=True) | |
Constructor takes value and optional mask. | |
const T & | value () const |
Get value. | |
T & | value () |
Bool | mask () const |
Get mask. | |
Private Attributes | |
T | itsValue |
Bool | itsMask |
This LEL class holds a scalar with a mask.
Internal
This LEL class holds a scalar with a mask.
It maskes it possible to handle a scalar with its mask as a single object.
Definition at line 57 of file LELScalar.h.
casacore::LELScalar< T >::LELScalar | ( | ) |
Default constructor sets a False mask.
|
inline |
Constructor takes value and optional mask.
Definition at line 64 of file LELScalar.h.
|
inline |
|
inline |
Definition at line 71 of file LELScalar.h.
References casacore::LELScalar< T >::itsValue.
|
inline |
Get value.
Definition at line 69 of file LELScalar.h.
References casacore::LELScalar< T >::itsValue.
|
private |
Definition at line 81 of file LELScalar.h.
Referenced by casacore::LELScalar< T >::mask().
|
private |
Definition at line 80 of file LELScalar.h.
Referenced by casacore::LELScalar< T >::value(), and casacore::LELScalar< T >::value().