casacore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members
casacore::MaskedArray_global_functions_MaskedArray_general_global_functions Struct Reference

General global functions for MaskedArrays, and MaskedArrays and Arrays. More...

#include <MaskedArray.h>

Public Member Functions

template<typename TL , typename ArrayAllocL , typename MaskAllocL , typename TR , typename ArrayAllocR >
bool conform2 (const MaskedArray< TL, ArrayAllocL, MaskAllocL > &left, const Array< TR, ArrayAllocR > &right)
 Test conformance for masked arrays and arrays of different types. More...
 
template<typename TL , typename ArrayAllocL , typename TR , typename ArrayAllocR , typename MaskAllocR >
bool conform2 (const Array< TL, ArrayAllocL > &left, const MaskedArray< TR, ArrayAllocR, MaskAllocR > &right)
 
template<typename TL , typename ArrayAllocL , typename MaskAllocL , typename TR , typename ArrayAllocR , typename MaskAllocR >
bool conform2 (const MaskedArray< TL, ArrayAllocL, MaskAllocL > &left, const MaskedArray< TR, ArrayAllocR, MaskAllocR > &right)
 

Detailed Description

General global functions for MaskedArrays, and MaskedArrays and Arrays.

Review Status

Reviewed By:
UNKNOWN
Date Reviewed:
before2004/08/25
Test programs:
tMaskedArray

Prerequisite

Synopsis

These are generally useful global functions which operate on all MaskedArrays, or on MaskedArrays and Arrays.

Definition at line 723 of file MaskedArray.h.

Member Function Documentation

template<typename TL , typename ArrayAllocL , typename MaskAllocL , typename TR , typename ArrayAllocR >
bool casacore::MaskedArray_global_functions_MaskedArray_general_global_functions::conform2 ( const MaskedArray< TL, ArrayAllocL, MaskAllocL > &  left,
const Array< TR, ArrayAllocR > &  right 
)

Test conformance for masked arrays and arrays of different types.

Are the shapes identical?

template<typename TL , typename ArrayAllocL , typename TR , typename ArrayAllocR , typename MaskAllocR >
bool casacore::MaskedArray_global_functions_MaskedArray_general_global_functions::conform2 ( const Array< TL, ArrayAllocL > &  left,
const MaskedArray< TR, ArrayAllocR, MaskAllocR > &  right 
)
template<typename TL , typename ArrayAllocL , typename MaskAllocL , typename TR , typename ArrayAllocR , typename MaskAllocR >
bool casacore::MaskedArray_global_functions_MaskedArray_general_global_functions::conform2 ( const MaskedArray< TL, ArrayAllocL, MaskAllocL > &  left,
const MaskedArray< TR, ArrayAllocR, MaskAllocR > &  right 
)

The documentation for this struct was generated from the following file: