casacore
Loading...
Searching...
No Matches
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: casa-feedback@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#ifndef IMAGES_IMAGES_H
27#define IMAGES_IMAGES_H
28
29
30#include <casacore/casa/aips.h>
31#include <casacore/casa/Arrays/IPosition.h>
32#include <casacore/casa/Arrays/Slice.h>
33#include <casacore/casa/Arrays/Slicer.h>
34
35namespace casacore { //# NAMESPACE CASACORE - BEGIN
36
37//#include <casacore/casa/Arrays/ArrayLattice.h>
38//#include <casacore/casa/Arrays/PagedArray.h>
39//#include <casacore/casa/Arrays/TempLattice.h>
40//#include <casacore/casa/Arrays/TiledShape.h>
41//#include <casacore/casa/Arrays/LatticeIterator.h>
42//#include <casacore/casa/Arrays/LatticeStepper.h>
43//#include <casacore/casa/Arrays/TileStepper.h>
44//#include <casacore/casa/Arrays/TiledLineStepper.h>
45
46//#include <casacore/lattices/Lattices/SubLattice.h>
47//#include <casacore/lattices/LEL/LatticeExpr.h>
48
49//#include <casacore/lattices/LRegions/LatticeRegion.h>
50//#include <casacore/lattices/LRegions/LCSlicer.h>
51//#include <casacore/lattices/LRegions/LCBox.h>
52//#include <casacore/lattices/LRegions/LCEllipsoid.h>
53//#include <casacore/lattices/LRegions/LCPolygon.h>
54//#include <casacore/lattices/LRegions/LCUnion.h>
55//#include <casacore/lattices/LRegions/LCIntersection.h>
56//#include <casacore/lattices/LRegions/LCDifference.h>
57//#include <casacore/lattices/LRegions/LCConcatenation.h>
58//#include <casacore/lattices/LRegions/LCComplement.h>
59//#include <casacore/lattices/LRegions/LCExtension.h>
60
61
62// <module>
63
64// <summary>
65// N-dimensional astronomical images
66// </summary>
67
68// <prerequisite>
69// <li> Programmers of new Image classes should understand Inheritance
70// <li> Users of the Image classes should understand Polymorphism.
71// <li> class <linkto class=Lattice>Lattice</linkto>
72// <li> class <linkto class=CoordinateSystem>CoordinateSystem</linkto>
73// </prerequisite>
74
75// <reviewed reviewer="UNKNOWN" date="before2004/08/25" demos="">
76// </reviewed>
77
78// <etymology>
79// </etymology>
80
81// <synopsis>
82// </synopsis>
83
84// <motivation>
85// </motivation>
86
87//# <todo asof="1998/11/02">
88//# </todo>
89
90// </module>
91
92
93} //# NAMESPACE CASACORE - END
94
95#endif
this file contains all the compiler specific defines
Definition mainpage.dox:28