casa
$Rev:20696$
|
Logical operations for MaskedArrays, and between MaskedArrays and Arrays. More...
#include <MaskArrLogi.h>
Public Member Functions | |
template<class T > | |
Bool | allLE (const MaskedArray< T > &l, const Array< T > &r) |
Element by element comparisons between the "l" and "r" arrays. | |
template<class T > | |
Bool | allLT (const MaskedArray< T > &l, const Array< T > &r) |
template<class T > | |
Bool | allGE (const MaskedArray< T > &l, const Array< T > &r) |
template<class T > | |
Bool | allGT (const MaskedArray< T > &l, const Array< T > &r) |
template<class T > | |
Bool | allEQ (const MaskedArray< T > &l, const Array< T > &r) |
template<class T > | |
Bool | allNE (const MaskedArray< T > &l, const Array< T > &r) |
template<class T > | |
Bool | allAND (const MaskedArray< T > &l, const Array< T > &r) |
This only makes sense if the array element type is logical valued. | |
template<class T > | |
Bool | allOR (const MaskedArray< T > &l, const Array< T > &r) |
template<class T > | |
Bool | allLE (const Array< T > &l, const MaskedArray< T > &r) |
template<class T > | |
Bool | allLT (const Array< T > &l, const MaskedArray< T > &r) |
template<class T > | |
Bool | allGE (const Array< T > &l, const MaskedArray< T > &r) |
template<class T > | |
Bool | allGT (const Array< T > &l, const MaskedArray< T > &r) |
template<class T > | |
Bool | allEQ (const Array< T > &l, const MaskedArray< T > &r) |
template<class T > | |
Bool | allNE (const Array< T > &l, const MaskedArray< T > &r) |
template<class T > | |
Bool | allAND (const Array< T > &l, const MaskedArray< T > &r) |
This only makes sense if the array element type is logical valued. | |
template<class T > | |
Bool | allOR (const Array< T > &l, const MaskedArray< T > &r) |
template<class T > | |
Bool | allLE (const MaskedArray< T > &l, const MaskedArray< T > &r) |
template<class T > | |
Bool | allLT (const MaskedArray< T > &l, const MaskedArray< T > &r) |
template<class T > | |
Bool | allGE (const MaskedArray< T > &l, const MaskedArray< T > &r) |
template<class T > | |
Bool | allGT (const MaskedArray< T > &l, const MaskedArray< T > &r) |
template<class T > | |
Bool | allEQ (const MaskedArray< T > &l, const MaskedArray< T > &r) |
template<class T > | |
Bool | allNE (const MaskedArray< T > &l, const MaskedArray< T > &r) |
template<class T > | |
Bool | allAND (const MaskedArray< T > &l, const MaskedArray< T > &r) |
This only makes sense if the array element type is logical valued. | |
template<class T > | |
Bool | allOR (const MaskedArray< T > &l, const MaskedArray< T > &r) |
template<class T > | |
MaskedLogicalArray | operator<= (const MaskedArray< T > &l, const Array< T > &r) |
Element by element comparisons between the "l" and "r" arrays. | |
template<class T > | |
MaskedLogicalArray | operator< (const MaskedArray< T > &l, const Array< T > &r) |
template<class T > | |
MaskedLogicalArray | operator>= (const MaskedArray< T > &l, const Array< T > &r) |
template<class T > | |
MaskedLogicalArray | operator> (const MaskedArray< T > &l, const Array< T > &r) |
template<class T > | |
MaskedLogicalArray | operator== (const MaskedArray< T > &l, const Array< T > &r) |
template<class T > | |
MaskedLogicalArray | operator!= (const MaskedArray< T > &l, const Array< T > &r) |
template<class T > | |
MaskedLogicalArray | operator&& (const MaskedArray< T > &l, const Array< T > &r) |
This only makes sense if the array element type is logical valued. | |
template<class T > | |
MaskedLogicalArray | operator|| (const MaskedArray< T > &l, const Array< T > &r) |
template<class T > | |
MaskedLogicalArray | operator<= (const Array< T > &l, const MaskedArray< T > &r) |
template<class T > | |
MaskedLogicalArray | operator< (const Array< T > &l, const MaskedArray< T > &r) |
template<class T > | |
MaskedLogicalArray | operator>= (const Array< T > &l, const MaskedArray< T > &r) |
template<class T > | |
MaskedLogicalArray | operator> (const Array< T > &l, const MaskedArray< T > &r) |
template<class T > | |
MaskedLogicalArray | operator== (const Array< T > &l, const MaskedArray< T > &r) |
template<class T > | |
MaskedLogicalArray | operator!= (const Array< T > &l, const MaskedArray< T > &r) |
template<class T > | |
MaskedLogicalArray | operator&& (const Array< T > &l, const MaskedArray< T > &r) |
This only makes sense if the array element type is logical valued. | |
template<class T > | |
MaskedLogicalArray | operator|| (const Array< T > &l, const MaskedArray< T > &r) |
template<class T > | |
MaskedLogicalArray | operator<= (const MaskedArray< T > &l, const MaskedArray< T > &r) |
template<class T > | |
MaskedLogicalArray | operator< (const MaskedArray< T > &l, const MaskedArray< T > &r) |
template<class T > | |
MaskedLogicalArray | operator>= (const MaskedArray< T > &l, const MaskedArray< T > &r) |
template<class T > | |
MaskedLogicalArray | operator> (const MaskedArray< T > &l, const MaskedArray< T > &r) |
template<class T > | |
MaskedLogicalArray | operator== (const MaskedArray< T > &l, const MaskedArray< T > &r) |
template<class T > | |
MaskedLogicalArray | operator!= (const MaskedArray< T > &l, const MaskedArray< T > &r) |
template<class T > | |
MaskedLogicalArray | operator&& (const MaskedArray< T > &l, const MaskedArray< T > &r) |
This only makes sense if the array element type is logical valued. | |
template<class T > | |
MaskedLogicalArray | operator|| (const MaskedArray< T > &l, const MaskedArray< T > &r) |
template<class T > | |
MaskedLogicalArray | operator! (const MaskedArray< T > &marray) |
Logical negation of a MaskedArray. | |
template<class T > | |
Bool | allLE (const MaskedArray< T > &array, const T &val) |
Element by element comparisons between an array and a scalar, which behaves as if it were a conformant array filled with the value "val." The result is true only if the comparison is true for every element for which the mask of the MaskedArray is True. | |
template<class T > | |
Bool | allLE (const T &val, const MaskedArray< T > &array) |
template<class T > | |
Bool | allLT (const MaskedArray< T > &array, const T &val) |
template<class T > | |
Bool | allLT (const T &val, const MaskedArray< T > &array) |
template<class T > | |
Bool | allGE (const MaskedArray< T > &array, const T &val) |
template<class T > | |
Bool | allGE (const T &val, const MaskedArray< T > &array) |
template<class T > | |
Bool | allGT (const MaskedArray< T > &array, const T &val) |
template<class T > | |
Bool | allGT (const T &val, const MaskedArray< T > &array) |
template<class T > | |
Bool | allEQ (const MaskedArray< T > &array, const T &val) |
template<class T > | |
Bool | allEQ (const T &val, const MaskedArray< T > &array) |
template<class T > | |
Bool | allNE (const MaskedArray< T > &array, const T &val) |
template<class T > | |
Bool | allNE (const T &val, const MaskedArray< T > &array) |
template<class T > | |
Bool | allAND (const MaskedArray< T > &array, const T &val) |
This only makes sense if the array element type is logical valued. | |
template<class T > | |
Bool | allAND (const T &val, const MaskedArray< T > &array) |
template<class T > | |
Bool | allOR (const MaskedArray< T > &array, const T &val) |
template<class T > | |
Bool | allOR (const T &val, const MaskedArray< T > &array) |
template<class T > | |
MaskedLogicalArray | operator<= (const MaskedArray< T > &array, const T &val) |
Element by element comparisons between an array and a scalar, which behaves as if it were a conformant array filled with the value "val." The result is an MaskedLogicalArray. | |
template<class T > | |
MaskedLogicalArray | operator<= (const T &val, const MaskedArray< T > &array) |
template<class T > | |
MaskedLogicalArray | operator< (const MaskedArray< T > &array, const T &val) |
template<class T > | |
MaskedLogicalArray | operator< (const T &val, const MaskedArray< T > &array) |
template<class T > | |
MaskedLogicalArray | operator>= (const MaskedArray< T > &array, const T &val) |
template<class T > | |
MaskedLogicalArray | operator>= (const T &val, const MaskedArray< T > &array) |
template<class T > | |
MaskedLogicalArray | operator> (const MaskedArray< T > &array, const T &val) |
template<class T > | |
MaskedLogicalArray | operator> (const T &val, const MaskedArray< T > &array) |
template<class T > | |
MaskedLogicalArray | operator== (const MaskedArray< T > &array, const T &val) |
template<class T > | |
MaskedLogicalArray | operator== (const T &val, const MaskedArray< T > &array) |
template<class T > | |
MaskedLogicalArray | operator!= (const MaskedArray< T > &array, const T &val) |
template<class T > | |
MaskedLogicalArray | operator!= (const T &val, const MaskedArray< T > &array) |
template<class T > | |
MaskedLogicalArray | operator&& (const MaskedArray< T > &array, const T &val) |
This only makes sense if the array element type is logical valued. | |
template<class T > | |
MaskedLogicalArray | operator&& (const T &val, const MaskedArray< T > &array) |
template<class T > | |
MaskedLogicalArray | operator|| (const MaskedArray< T > &array, const T &val) |
template<class T > | |
MaskedLogicalArray | operator|| (const T &val, const MaskedArray< T > &array) |
template<class T > | |
Bool | anyLE (const MaskedArray< T > &l, const Array< T > &r) |
Element by element comparisons between the "l" and "r" arrays. | |
template<class T > | |
Bool | anyLT (const MaskedArray< T > &l, const Array< T > &r) |
template<class T > | |
Bool | anyGE (const MaskedArray< T > &l, const Array< T > &r) |
template<class T > | |
Bool | anyGT (const MaskedArray< T > &l, const Array< T > &r) |
template<class T > | |
Bool | anyEQ (const MaskedArray< T > &l, const Array< T > &r) |
template<class T > | |
Bool | anyNE (const MaskedArray< T > &l, const Array< T > &r) |
template<class T > | |
Bool | anyAND (const MaskedArray< T > &l, const Array< T > &r) |
This only makes sense if the array element type is logical valued. | |
template<class T > | |
Bool | anyOR (const MaskedArray< T > &l, const Array< T > &r) |
template<class T > | |
Bool | anyLE (const Array< T > &l, const MaskedArray< T > &r) |
template<class T > | |
Bool | anyLT (const Array< T > &l, const MaskedArray< T > &r) |
template<class T > | |
Bool | anyGE (const Array< T > &l, const MaskedArray< T > &r) |
template<class T > | |
Bool | anyGT (const Array< T > &l, const MaskedArray< T > &r) |
template<class T > | |
Bool | anyEQ (const Array< T > &l, const MaskedArray< T > &r) |
template<class T > | |
Bool | anyNE (const Array< T > &l, const MaskedArray< T > &r) |
template<class T > | |
Bool | anyAND (const Array< T > &l, const MaskedArray< T > &r) |
This only makes sense if the array element type is logical valued. | |
template<class T > | |
Bool | anyOR (const Array< T > &l, const MaskedArray< T > &r) |
template<class T > | |
Bool | anyLE (const MaskedArray< T > &l, const MaskedArray< T > &r) |
template<class T > | |
Bool | anyLT (const MaskedArray< T > &l, const MaskedArray< T > &r) |
template<class T > | |
Bool | anyGE (const MaskedArray< T > &l, const MaskedArray< T > &r) |
template<class T > | |
Bool | anyGT (const MaskedArray< T > &l, const MaskedArray< T > &r) |
template<class T > | |
Bool | anyEQ (const MaskedArray< T > &l, const MaskedArray< T > &r) |
template<class T > | |
Bool | anyNE (const MaskedArray< T > &l, const MaskedArray< T > &r) |
template<class T > | |
Bool | anyAND (const MaskedArray< T > &l, const MaskedArray< T > &r) |
This only makes sense if the array element type is logical valued. | |
template<class T > | |
Bool | anyOR (const MaskedArray< T > &l, const MaskedArray< T > &r) |
template<class T > | |
Bool | anyLE (const MaskedArray< T > &array, const T &val) |
Element by element comparisons between an array and a scalar, which behaves as if it were a conformant array filled with the value "val." The result is true only if the comparison is true for some element for which the mask of the MaskedArray is True. | |
template<class T > | |
Bool | anyLE (const T &val, const MaskedArray< T > &array) |
template<class T > | |
Bool | anyLT (const MaskedArray< T > &array, const T &val) |
template<class T > | |
Bool | anyLT (const T &val, const MaskedArray< T > &array) |
template<class T > | |
Bool | anyGE (const MaskedArray< T > &array, const T &val) |
template<class T > | |
Bool | anyGE (const T &val, const MaskedArray< T > &array) |
template<class T > | |
Bool | anyGT (const MaskedArray< T > &array, const T &val) |
template<class T > | |
Bool | anyGT (const T &val, const MaskedArray< T > &array) |
template<class T > | |
Bool | anyEQ (const MaskedArray< T > &array, const T &val) |
template<class T > | |
Bool | anyEQ (const T &val, const MaskedArray< T > &array) |
template<class T > | |
Bool | anyNE (const MaskedArray< T > &array, const T &val) |
template<class T > | |
Bool | anyNE (const T &val, const MaskedArray< T > &array) |
template<class T > | |
Bool | anyAND (const MaskedArray< T > &array, const T &val) |
This only makes sense if the array element type is logical valued. | |
template<class T > | |
Bool | anyAND (const T &val, const MaskedArray< T > &array) |
template<class T > | |
Bool | anyOR (const MaskedArray< T > &array, const T &val) |
template<class T > | |
Bool | anyOR (const T &val, const MaskedArray< T > &array) |
Logical operations for MaskedArrays, and between MaskedArrays and Arrays.
MaskArrLogi is short for MaskedArrayLogical, which is too long by AIPS++ file naming conventions. This file contains global functions which perform element by element logical operations on masked arrays.
These functions perform element by element logical operations on masked arrays. With two arrays, they must both conform, and the result is done element by element, for those locations where the mask of the MaskedArray is True. For two MaskedArrays, the "and" of the masks is used.
There are two classes of functions. One class returns a MaskedLogicalArray. In these functions, the value of an element of the MaskedLogicalArray is the value of the logical operation applied to the corresponding elements of the input MaskedArrays. The other class of functions returns a single Bool. The return value is True if the logical operation returns True for all elements of the input masked arrays for the "all" functions (e.g. allLE()), and returns True if the logical operation returns True for any elements of the input masked arrays for the "any" functions (e.g. anyLE()). The functions which return a single Bool throw an exception if the AND of the masks of the input masked arrays has no True elements.
For instance allLE (a, b) imples that every element of a is less than or equal to every element of b. Note that with this definition allLE (a, b) and allGE (a, b) can both be false (e.g. a = [1,0] b = [0,1]).
NB comparison between two zero-sized arrays is not defined (should it throw an exception?).
Vector<Int> a(10); Vector<Int> b(10); LogicalVector l(10); . . . l = a(a>0) < b(b>0);
This example sets those elements of l where ((a>0) && (b>0)) to (a<b). Elements of l where !((a>0) && (b>0)) are unchanged. The result of the comparison is a MaskedLogicalArray. The assignment from this MaskedLogicalArray to the LogicalArray l only assigns those elements where the mask is True.
This example sets result to True if, for all elements where ((a>0) && (b>0)), a<b.
One wants to be able to mask arrays and perform logical operations on those masked arrays. Since the masked arrays are only defined where the masks are True, the result must be a MaskedLogicalArray, or a single Bool.
Definition at line 126 of file MaskArrLogi.h.
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::allAND | ( | const MaskedArray< T > & | l, |
const Array< T > & | r | ||
) |
This only makes sense if the array element type is logical valued.
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::allAND | ( | const Array< T > & | l, |
const MaskedArray< T > & | r | ||
) |
This only makes sense if the array element type is logical valued.
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::allAND | ( | const MaskedArray< T > & | l, |
const MaskedArray< T > & | r | ||
) |
This only makes sense if the array element type is logical valued.
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::allAND | ( | const MaskedArray< T > & | array, |
const T & | val | ||
) |
This only makes sense if the array element type is logical valued.
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::allAND | ( | const T & | val, |
const MaskedArray< T > & | array | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::allEQ | ( | const MaskedArray< T > & | l, |
const Array< T > & | r | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::allEQ | ( | const Array< T > & | l, |
const MaskedArray< T > & | r | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::allEQ | ( | const MaskedArray< T > & | l, |
const MaskedArray< T > & | r | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::allEQ | ( | const MaskedArray< T > & | array, |
const T & | val | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::allEQ | ( | const T & | val, |
const MaskedArray< T > & | array | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::allGE | ( | const MaskedArray< T > & | l, |
const Array< T > & | r | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::allGE | ( | const Array< T > & | l, |
const MaskedArray< T > & | r | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::allGE | ( | const MaskedArray< T > & | l, |
const MaskedArray< T > & | r | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::allGE | ( | const MaskedArray< T > & | array, |
const T & | val | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::allGE | ( | const T & | val, |
const MaskedArray< T > & | array | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::allGT | ( | const MaskedArray< T > & | l, |
const Array< T > & | r | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::allGT | ( | const Array< T > & | l, |
const MaskedArray< T > & | r | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::allGT | ( | const MaskedArray< T > & | l, |
const MaskedArray< T > & | r | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::allGT | ( | const MaskedArray< T > & | array, |
const T & | val | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::allGT | ( | const T & | val, |
const MaskedArray< T > & | array | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::allLE | ( | const MaskedArray< T > & | l, |
const Array< T > & | r | ||
) |
Element by element comparisons between the "l" and "r" arrays.
The result is true only if the comparison is true for every element of the arrays for which the mask of the MaskedArray is True. For two MaskedArrays, the "and" of the masks is used.
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::allLE | ( | const Array< T > & | l, |
const MaskedArray< T > & | r | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::allLE | ( | const MaskedArray< T > & | l, |
const MaskedArray< T > & | r | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::allLE | ( | const MaskedArray< T > & | array, |
const T & | val | ||
) |
Element by element comparisons between an array and a scalar, which behaves as if it were a conformant array filled with the value "val." The result is true only if the comparison is true for every element for which the mask of the MaskedArray is True.
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::allLE | ( | const T & | val, |
const MaskedArray< T > & | array | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::allLT | ( | const MaskedArray< T > & | l, |
const Array< T > & | r | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::allLT | ( | const Array< T > & | l, |
const MaskedArray< T > & | r | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::allLT | ( | const MaskedArray< T > & | l, |
const MaskedArray< T > & | r | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::allLT | ( | const MaskedArray< T > & | array, |
const T & | val | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::allLT | ( | const T & | val, |
const MaskedArray< T > & | array | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::allNE | ( | const MaskedArray< T > & | l, |
const Array< T > & | r | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::allNE | ( | const Array< T > & | l, |
const MaskedArray< T > & | r | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::allNE | ( | const MaskedArray< T > & | l, |
const MaskedArray< T > & | r | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::allNE | ( | const MaskedArray< T > & | array, |
const T & | val | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::allNE | ( | const T & | val, |
const MaskedArray< T > & | array | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::allOR | ( | const MaskedArray< T > & | l, |
const Array< T > & | r | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::allOR | ( | const Array< T > & | l, |
const MaskedArray< T > & | r | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::allOR | ( | const MaskedArray< T > & | l, |
const MaskedArray< T > & | r | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::allOR | ( | const MaskedArray< T > & | array, |
const T & | val | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::allOR | ( | const T & | val, |
const MaskedArray< T > & | array | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::anyAND | ( | const MaskedArray< T > & | l, |
const Array< T > & | r | ||
) |
This only makes sense if the array element type is logical valued.
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::anyAND | ( | const Array< T > & | l, |
const MaskedArray< T > & | r | ||
) |
This only makes sense if the array element type is logical valued.
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::anyAND | ( | const MaskedArray< T > & | l, |
const MaskedArray< T > & | r | ||
) |
This only makes sense if the array element type is logical valued.
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::anyAND | ( | const MaskedArray< T > & | array, |
const T & | val | ||
) |
This only makes sense if the array element type is logical valued.
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::anyAND | ( | const T & | val, |
const MaskedArray< T > & | array | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::anyEQ | ( | const MaskedArray< T > & | l, |
const Array< T > & | r | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::anyEQ | ( | const Array< T > & | l, |
const MaskedArray< T > & | r | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::anyEQ | ( | const MaskedArray< T > & | l, |
const MaskedArray< T > & | r | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::anyEQ | ( | const MaskedArray< T > & | array, |
const T & | val | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::anyEQ | ( | const T & | val, |
const MaskedArray< T > & | array | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::anyGE | ( | const MaskedArray< T > & | l, |
const Array< T > & | r | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::anyGE | ( | const Array< T > & | l, |
const MaskedArray< T > & | r | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::anyGE | ( | const MaskedArray< T > & | l, |
const MaskedArray< T > & | r | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::anyGE | ( | const MaskedArray< T > & | array, |
const T & | val | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::anyGE | ( | const T & | val, |
const MaskedArray< T > & | array | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::anyGT | ( | const MaskedArray< T > & | l, |
const Array< T > & | r | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::anyGT | ( | const Array< T > & | l, |
const MaskedArray< T > & | r | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::anyGT | ( | const MaskedArray< T > & | l, |
const MaskedArray< T > & | r | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::anyGT | ( | const MaskedArray< T > & | array, |
const T & | val | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::anyGT | ( | const T & | val, |
const MaskedArray< T > & | array | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::anyLE | ( | const MaskedArray< T > & | l, |
const Array< T > & | r | ||
) |
Element by element comparisons between the "l" and "r" arrays.
The result is true only if the comparison is true for some element of the arrays for which the mask of the MaskedArray is True. For two MaskedArrays, the "and" of the masks is used.
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::anyLE | ( | const Array< T > & | l, |
const MaskedArray< T > & | r | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::anyLE | ( | const MaskedArray< T > & | l, |
const MaskedArray< T > & | r | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::anyLE | ( | const MaskedArray< T > & | array, |
const T & | val | ||
) |
Element by element comparisons between an array and a scalar, which behaves as if it were a conformant array filled with the value "val." The result is true only if the comparison is true for some element for which the mask of the MaskedArray is True.
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::anyLE | ( | const T & | val, |
const MaskedArray< T > & | array | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::anyLT | ( | const MaskedArray< T > & | l, |
const Array< T > & | r | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::anyLT | ( | const Array< T > & | l, |
const MaskedArray< T > & | r | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::anyLT | ( | const MaskedArray< T > & | l, |
const MaskedArray< T > & | r | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::anyLT | ( | const MaskedArray< T > & | array, |
const T & | val | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::anyLT | ( | const T & | val, |
const MaskedArray< T > & | array | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::anyNE | ( | const MaskedArray< T > & | l, |
const Array< T > & | r | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::anyNE | ( | const Array< T > & | l, |
const MaskedArray< T > & | r | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::anyNE | ( | const MaskedArray< T > & | l, |
const MaskedArray< T > & | r | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::anyNE | ( | const MaskedArray< T > & | array, |
const T & | val | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::anyNE | ( | const T & | val, |
const MaskedArray< T > & | array | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::anyOR | ( | const MaskedArray< T > & | l, |
const Array< T > & | r | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::anyOR | ( | const Array< T > & | l, |
const MaskedArray< T > & | r | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::anyOR | ( | const MaskedArray< T > & | l, |
const MaskedArray< T > & | r | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::anyOR | ( | const MaskedArray< T > & | array, |
const T & | val | ||
) |
Bool casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::anyOR | ( | const T & | val, |
const MaskedArray< T > & | array | ||
) |
MaskedLogicalArray casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::operator! | ( | const MaskedArray< T > & | marray | ) |
Logical negation of a MaskedArray.
This only makes sense if the array element type is logical valued.
MaskedLogicalArray casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::operator!= | ( | const MaskedArray< T > & | l, |
const Array< T > & | r | ||
) |
MaskedLogicalArray casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::operator!= | ( | const Array< T > & | l, |
const MaskedArray< T > & | r | ||
) |
MaskedLogicalArray casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::operator!= | ( | const MaskedArray< T > & | l, |
const MaskedArray< T > & | r | ||
) |
MaskedLogicalArray casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::operator!= | ( | const MaskedArray< T > & | array, |
const T & | val | ||
) |
MaskedLogicalArray casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::operator!= | ( | const T & | val, |
const MaskedArray< T > & | array | ||
) |
MaskedLogicalArray casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::operator&& | ( | const MaskedArray< T > & | l, |
const Array< T > & | r | ||
) |
This only makes sense if the array element type is logical valued.
MaskedLogicalArray casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::operator&& | ( | const Array< T > & | l, |
const MaskedArray< T > & | r | ||
) |
This only makes sense if the array element type is logical valued.
MaskedLogicalArray casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::operator&& | ( | const MaskedArray< T > & | l, |
const MaskedArray< T > & | r | ||
) |
This only makes sense if the array element type is logical valued.
MaskedLogicalArray casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::operator&& | ( | const MaskedArray< T > & | array, |
const T & | val | ||
) |
This only makes sense if the array element type is logical valued.
MaskedLogicalArray casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::operator&& | ( | const T & | val, |
const MaskedArray< T > & | array | ||
) |
MaskedLogicalArray casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::operator< | ( | const MaskedArray< T > & | l, |
const Array< T > & | r | ||
) |
MaskedLogicalArray casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::operator< | ( | const Array< T > & | l, |
const MaskedArray< T > & | r | ||
) |
MaskedLogicalArray casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::operator< | ( | const MaskedArray< T > & | l, |
const MaskedArray< T > & | r | ||
) |
MaskedLogicalArray casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::operator< | ( | const MaskedArray< T > & | array, |
const T & | val | ||
) |
MaskedLogicalArray casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::operator< | ( | const T & | val, |
const MaskedArray< T > & | array | ||
) |
MaskedLogicalArray casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::operator<= | ( | const MaskedArray< T > & | l, |
const Array< T > & | r | ||
) |
Element by element comparisons between the "l" and "r" arrays.
The result is a MaskedLogicalArray.
The arrays must conform or an exception is thrown.
MaskedLogicalArray casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::operator<= | ( | const Array< T > & | l, |
const MaskedArray< T > & | r | ||
) |
MaskedLogicalArray casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::operator<= | ( | const MaskedArray< T > & | l, |
const MaskedArray< T > & | r | ||
) |
MaskedLogicalArray casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::operator<= | ( | const MaskedArray< T > & | array, |
const T & | val | ||
) |
Element by element comparisons between an array and a scalar, which behaves as if it were a conformant array filled with the value "val." The result is an MaskedLogicalArray.
MaskedLogicalArray casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::operator<= | ( | const T & | val, |
const MaskedArray< T > & | array | ||
) |
MaskedLogicalArray casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::operator== | ( | const MaskedArray< T > & | l, |
const Array< T > & | r | ||
) |
MaskedLogicalArray casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::operator== | ( | const Array< T > & | l, |
const MaskedArray< T > & | r | ||
) |
MaskedLogicalArray casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::operator== | ( | const MaskedArray< T > & | l, |
const MaskedArray< T > & | r | ||
) |
MaskedLogicalArray casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::operator== | ( | const MaskedArray< T > & | array, |
const T & | val | ||
) |
MaskedLogicalArray casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::operator== | ( | const T & | val, |
const MaskedArray< T > & | array | ||
) |
MaskedLogicalArray casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::operator> | ( | const MaskedArray< T > & | l, |
const Array< T > & | r | ||
) |
MaskedLogicalArray casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::operator> | ( | const Array< T > & | l, |
const MaskedArray< T > & | r | ||
) |
MaskedLogicalArray casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::operator> | ( | const MaskedArray< T > & | l, |
const MaskedArray< T > & | r | ||
) |
MaskedLogicalArray casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::operator> | ( | const MaskedArray< T > & | array, |
const T & | val | ||
) |
MaskedLogicalArray casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::operator> | ( | const T & | val, |
const MaskedArray< T > & | array | ||
) |
MaskedLogicalArray casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::operator>= | ( | const MaskedArray< T > & | l, |
const Array< T > & | r | ||
) |
MaskedLogicalArray casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::operator>= | ( | const Array< T > & | l, |
const MaskedArray< T > & | r | ||
) |
MaskedLogicalArray casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::operator>= | ( | const MaskedArray< T > & | l, |
const MaskedArray< T > & | r | ||
) |
MaskedLogicalArray casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::operator>= | ( | const MaskedArray< T > & | array, |
const T & | val | ||
) |
MaskedLogicalArray casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::operator>= | ( | const T & | val, |
const MaskedArray< T > & | array | ||
) |
MaskedLogicalArray casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::operator|| | ( | const MaskedArray< T > & | l, |
const Array< T > & | r | ||
) |
MaskedLogicalArray casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::operator|| | ( | const Array< T > & | l, |
const MaskedArray< T > & | r | ||
) |
MaskedLogicalArray casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::operator|| | ( | const MaskedArray< T > & | l, |
const MaskedArray< T > & | r | ||
) |
MaskedLogicalArray casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::operator|| | ( | const MaskedArray< T > & | array, |
const T & | val | ||
) |
MaskedLogicalArray casa::MaskArrLogi_global_functions_MaskedArray_logical_operations::operator|| | ( | const T & | val, |
const MaskedArray< T > & | array | ||
) |