casacore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Images.h
Go to the documentation of this file.
1 //# Images.h: N-dimensional astronomical images
2 //# Copyright (C) 1998,1999
3 //# Associated Universities, Inc. Washington DC, USA.
4 //#
5 //# This library is free software; you can redistribute it and/or modify it
6 //# under the terms of the GNU Library General Public License as published by
7 //# the Free Software Foundation; either version 2 of the License, or (at your
8 //# option) any later version.
9 //#
10 //# This library is distributed in the hope that it will be useful, but WITHOUT
11 //# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12 //# FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
13 //# License for more details.
14 //#
15 //# You should have received a copy of the GNU Library General Public License
16 //# along with this library; if not, write to the Free Software Foundation,
17 //# Inc., 675 Massachusetts Ave, Cambridge, MA 02139, USA.
18 //#
19 //# Correspondence concerning AIPS++ should be addressed as follows:
20 //# Internet email: aips2-request@nrao.edu.
21 //# Postal address: AIPS++ Project Office
22 //# National Radio Astronomy Observatory
23 //# 520 Edgemont Road
24 //# Charlottesville, VA 22903-2475 USA
25 //#
26 //# $Id$
27 
28 #ifndef IMAGES_IMAGES_H
29 #define IMAGES_IMAGES_H
30 
31 
32 #include <casacore/casa/aips.h>
36 
37 namespace casacore { //# NAMESPACE CASACORE - BEGIN
38 
39 //#include <casacore/casa/Arrays/ArrayLattice.h>
40 //#include <casacore/casa/Arrays/PagedArray.h>
41 //#include <casacore/casa/Arrays/TempLattice.h>
42 //#include <casacore/casa/Arrays/TiledShape.h>
43 //#include <casacore/casa/Arrays/LatticeIterator.h>
44 //#include <casacore/casa/Arrays/LatticeStepper.h>
45 //#include <casacore/casa/Arrays/TileStepper.h>
46 //#include <casacore/casa/Arrays/TiledLineStepper.h>
47 
48 //#include <casacore/lattices/Lattices/SubLattice.h>
49 //#include <casacore/lattices/LEL/LatticeExpr.h>
50 
51 //#include <casacore/lattices/LRegions/LatticeRegion.h>
52 //#include <casacore/lattices/LRegions/LCSlicer.h>
53 //#include <casacore/lattices/LRegions/LCBox.h>
54 //#include <casacore/lattices/LRegions/LCEllipsoid.h>
55 //#include <casacore/lattices/LRegions/LCPolygon.h>
56 //#include <casacore/lattices/LRegions/LCUnion.h>
57 //#include <casacore/lattices/LRegions/LCIntersection.h>
58 //#include <casacore/lattices/LRegions/LCDifference.h>
59 //#include <casacore/lattices/LRegions/LCConcatenation.h>
60 //#include <casacore/lattices/LRegions/LCComplement.h>
61 //#include <casacore/lattices/LRegions/LCExtension.h>
62 
63 
64 // <module>
65 
66 // <summary>
67 // N-dimensional astronomical images
68 // </summary>
69 
70 // <prerequisite>
71 // <li> Programmers of new Image classes should understand Inheritance
72 // <li> Users of the Image classes should understand Polymorphism.
73 // <li> class <linkto class=Lattice>Lattice</linkto>
74 // <li> class <linkto class=CoordinateSystem>CoordinateSystem</linkto>
75 // </prerequisite>
76 
77 // <reviewed reviewer="UNKNOWN" date="before2004/08/25" demos="">
78 // </reviewed>
79 
80 // <etymology>
81 // </etymology>
82 
83 // <synopsis>
84 // </synopsis>
85 
86 // <motivation>
87 // </motivation>
88 
89 //# <todo asof="1998/11/02">
90 //# </todo>
91 
92 // </module>
93 
94 
95 } //# NAMESPACE CASACORE - END
96 
97 #endif