LSSTApplications  16.0-10-gc1446dd+46,16.0-11-g09ed895+1,16.0-11-gffd197f+3,16.0-13-g7649090,16.0-14-g0a28612+1,16.0-14-g6c7ed55+20,16.0-15-ga29f190+1,16.0-16-g89065d4+19,16.0-16-gd8e3590+20,16.0-17-g7e0e4ff+14,16.0-17-ga3d2e9f+4,16.0-18-g8b9f497+2,16.0-19-gb830ed4e+20,16.0-2-g0febb12+21,16.0-2-g9d5294e+63,16.0-2-ga8830df+5,16.0-26-gc0e79ff+1,16.0-27-ge118ca2+3,16.0-3-ge00e371+25,16.0-4-g18f3627+7,16.0-4-g5f3a788+20,16.0-4-ga3eb747+10,16.0-4-gabf74b7+20,16.0-4-gade8416+13,16.0-4-gb13d127+5,16.0-44-ga6515cd1+3,16.0-5-g6a53317+25,16.0-5-gb3f8a4b+78,16.0-6-g9321be7+4,16.0-6-gcbc7b31+32,16.0-6-gf49912c+20,16.0-65-g76fe3eef2,16.0-7-g00e1f5f+1,16.0-7-gd2eeba5+41,16.0-8-g21fd5fe+20,16.0-8-g3a9f023+14,16.0-8-g4734f7a,16.0-9-g85d1a16+20,16.0-9-gf5c1f43+2,master-gdbf645fb6d+1,w.2018.50
LSSTDataManagementBasePackage
geom.h
Go to the documentation of this file.
1 /*
2  * LSST Data Management System
3  * Copyright 2008, 2009, 2010 LSST Corporation.
4  *
5  * This product includes software developed by the
6  * LSST Project (http://www.lsst.org/).
7  *
8  * This program is free software: you can redistribute it and/or modify
9  * it under the terms of the GNU General Public License as published by
10  * the Free Software Foundation, either version 3 of the License, or
11  * (at your option) any later version.
12  *
13  * This program is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16  * GNU General Public License for more details.
17  *
18  * You should have received a copy of the LSST License Statement and
19  * the GNU General Public License along with this program. If not,
20  * see <http://www.lsstcorp.org/LegalNotices/>.
21  */
22 
23 /*
24  * An include file to include the header files for lsst::geom
25  */
26 #ifndef LSST_GEOM_H
27 #define LSST_GEOM_H
28 
31 #include "lsst/geom/Angle.h"
32 #include "lsst/geom/Point.h"
33 #include "lsst/geom/Extent.h"
36 #include "lsst/geom/Box.h"
37 #include "lsst/geom/SpherePoint.h"
38 
39 #endif // LSST_GEOM_H