casa
$Rev:20696$
|
00001 //# MaskLogiArr.h: Masked logical arrays. 00002 //# Copyright (C) 1994,1995,1999 00003 //# Associated Universities, Inc. Washington DC, USA. 00004 //# 00005 //# This library is free software; you can redistribute it and/or modify it 00006 //# under the terms of the GNU Library General Public License as published by 00007 //# the Free Software Foundation; either version 2 of the License, or (at your 00008 //# option) any later version. 00009 //# 00010 //# This library is distributed in the hope that it will be useful, but WITHOUT 00011 //# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 00012 //# FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public 00013 //# License for more details. 00014 //# 00015 //# You should have received a copy of the GNU Library General Public License 00016 //# along with this library; if not, write to the Free Software Foundation, 00017 //# Inc., 675 Massachusetts Ave, Cambridge, MA 02139, USA. 00018 //# 00019 //# Correspondence concerning AIPS++ should be addressed as follows: 00020 //# Internet email: aips2-request@nrao.edu. 00021 //# Postal address: AIPS++ Project Office 00022 //# National Radio Astronomy Observatory 00023 //# 520 Edgemont Road 00024 //# Charlottesville, VA 22903-2475 USA 00025 //# 00026 //# $Id: MaskLogiArr.h 20551 2009-03-25 00:11:33Z Malte.Marquarding $ 00027 00028 #ifndef CASA_MASKLOGIARR_H 00029 #define CASA_MASKLOGIARR_H 00030 00031 //# There is no source file, so this pragma is not needed. 00032 #if 0 00033 #endif 00034 00035 00036 #include <casa/aips.h> 00037 #include <casa/Arrays/MaskLogiArrFwd.h> 00038 #include <casa/Arrays/LogiArray.h> 00039 #include <casa/Arrays/MaskedArray.h> 00040 00041 00042 namespace casa { //# NAMESPACE CASA - BEGIN 00043 00044 // <summary> 00045 // Masked LogicalArrays. 00046 // </summary> 00047 // <reviewed reviewer="UNKNOWN" date="before2004/08/25" tests="tMaskedArray"> 00048 // 00049 // <prerequisite> 00050 // <li> <linkto class=Array>Array</linkto> 00051 // <li> <linkto group="LogiArray.h#LogicalArray">LogicalArray</linkto> 00052 // <li> <linkto class=MaskedArray>MaskedArray</linkto> 00053 // <li> <linkto groupt="MaskLogiArrFwd.h#MaskedLogicalArray forwards">MaskLogiArrFwd</linkto> 00054 // </prerequisite> 00055 // 00056 // <etymology> 00057 // MaskLogiArr is short for MaskedLogicalArray, which is too long by 00058 // AIPS++ file naming conventions. This file contains typedefs 00059 // for MaskedLogicalArrays. 00060 // </etymology> 00061 // 00062 // <synopsis> 00063 // These classes are analogous to MaskedArrays, where the type of the 00064 // Array is a LogicalArray. 00065 // </synopsis> 00066 // 00067 // <motivation> 00068 // One wants to be able to mask and use LogicalArrays the same way one 00069 // can mask and use general Arrays. 00070 // </motivation> 00071 // 00072 // <linkfrom anchor=MaskedLogicalArray classes="Array Vector Matrix Cube MaskedArray"> 00073 // <here>MaskedLogicalArray</here> -- Masked LogicalArrays. 00074 // </linkfrom> 00075 // 00076 // <group name=MaskedLogicalArray> 00077 00078 //# This is empty. Everything is done by the include files. 00079 00080 // </group> 00081 00082 } //# NAMESPACE CASA - END 00083 00084 #endif