casacore
Loading...
Searching...
No Matches
LRegions.h
Go to the documentation of this file.
1//# LRegions.h: Regions in a lattice.
2//# Copyright (C) 1996,1997,1998,1999,2003
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 LATTICES_LREGIONS_H
27#define LATTICES_LREGIONS_H
28
29
30//#include <casacore/lattices/LRegions/LatticeRegion.h>
31//#include <casacore/lattices/LRegions/LCSlicer.h>
32//#include <casacore/lattices/LRegions/LCBox.h>
33//#include <casacore/lattices/LRegions/LCEllipsoid.h>
34//#include <casacore/lattices/LRegions/LCPolygon.h>
35//#include <casacore/lattices/LRegions/LCUnion.h>
36//#include <casacore/lattices/LRegions/LCIntersection.h>
37//#include <casacore/lattices/LRegions/LCDifference.h>
38//#include <casacore/lattices/LRegions/LCConcatenation.h>
39//#include <casacore/lattices/LRegions/LCComplement.h>
40//#include <casacore/lattices/LRegions/LCExtension.h>
41
42namespace casacore { //# NAMESPACE CASACORE - BEGIN
43
44// <module>
45
46// <summary>
47// Regions in a lattice.
48// </summary>
49
50// <prerequisite>
51// <li> module <linkto module=Lattices>Lattices</linkto>
52// </prerequisite>
53
54// <reviewed reviewer="Peter Barnes" date="1999/10/30" demos="">
55// </reviewed>
56
57// <synopsis>
58// There is a rich variety of <linkto class=LCRegion>region</linkto>
59// classes which can be used to define a LatticeRegion in pixel coordinates.
60// The elementary ones are:
61// <ul>
62// <li> <linkto class=LCBox>box</linkto>
63// <li> <linkto class=LCEllipsoid>ellipsoid</linkto>
64// <li> <linkto class=LCPolygon>polygon</linkto>
65// <li> <linkto class=LCPixelSet>pixelset</linkto>
66// <li> <linkto class=LCPagedMask>good/bad mask</linkto>
67// </ul>
68// Compound region classes can be used to make a combination of one or more
69// regions.
70// <ul>
71// <li> <linkto class=LCUnion>union</linkto>
72// <li> <linkto class=LCIntersection>intersection</linkto>
73// <li> <linkto class=LCDifference>difference</linkto>
74// <li> <linkto class=LCConcatenation>concatenation</linkto>
75// <li> <linkto class=LCComplement>complement</linkto>
76// <li> <linkto class=LCExtension>extension</linkto>
77// </ul>
78// Apart from these region classes, class
79// <linkto class=LCSlicer>LCSlicer</linkto> can be used to define
80// a box with optional strides. It also offers the opportunity to
81// define the box in fractions or to define it relative to the
82// center of the lattice or relative to a reference pixel.
83// <br>The final, and most general way, to define regions is by
84// means of the world coordinates region classes in the
85// <linkto module=Images>Images</linkto> module, in particular
86// the <linkto class=WCRegion>WCRegion</linkto> class.
87// However, world coordinate regions can only be used with images.
88// </synopsis>
89
90// </module>
91
92
93} //# NAMESPACE CASACORE - END
94
95#endif
this file contains all the compiler specific defines
Definition mainpage.dox:28