LSST Applications  21.0.0-1-g8760c09+64c1bc5aa5,21.0.0-1-ga51b5d4+e2771d8e6b,21.0.0-100-g362f0c00+ec56cd5d69,21.0.0-13-g64487bb+f50f72bd5b,21.0.0-17-gd94932e+f1f2fb53a4,21.0.0-18-g4012351+65d1feeb8a,21.0.0-19-g516417f+a88023d45b,21.0.0-2-g103fe59+02f9818220,21.0.0-2-g45278ab+64c1bc5aa5,21.0.0-2-g5242d73+7fe25e045f,21.0.0-2-g7f82c8f+a5bd45a7af,21.0.0-2-gde069b7+4f46bdaea8,21.0.0-2-gfc62afb+7fe25e045f,21.0.0-20-g1e553c2+c78ce14d6b,21.0.0-20-g3b2d1f0+8b3b765e64,21.0.0-26-g3991e66+5fbe9bfbbb,21.0.0-28-gbcb0c927+39607a64fa,21.0.0-3-g1b65d06+f60ee3c1e0,21.0.0-3-g357aad2+e8663fc531,21.0.0-3-g4a4ce7f+7fe25e045f,21.0.0-3-g4be5c26+7fe25e045f,21.0.0-3-ge02ed75+65d1feeb8a,21.0.0-3-gf9d8b05+a5bd45a7af,21.0.0-4-g7dab645+67b8614301,21.0.0-4-ge8a399c+1e1d9f774e,21.0.0-40-g7f68a11f8+2cf3208f55,21.0.0-5-g19a7531+65d1feeb8a,21.0.0-5-g8c1d971+7b9a448d34,21.0.0-5-gcc89fd6+fdc5edd43f,21.0.0-5-gd00fb1e+d131501fdd,21.0.0-5-ge793dc4+fdc5edd43f,21.0.0-6-g0bf7090+18535a8d22,21.0.0-6-gc54ca17+905319e4aa,21.0.0-6-gc675373+7fe25e045f,21.0.0-7-gdf92d54+64c1bc5aa5,21.0.0-8-g5674e7b+02675bd748,master-gac4afde19b+65d1feeb8a,master-gcc5351303a+02f9818220,w.2021.24
LSST Data Management Base Package
Angle.cc
Go to the documentation of this file.
1 /*
2  * Developed for the LSST Data Management System.
3  * This product includes software developed by the LSST Project
4  * (https://www.lsst.org).
5  * See the COPYRIGHT file at the top-level directory of this distribution
6  * for details of code ownership.
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 GNU General Public License
19  * along with this program. If not, see <https://www.gnu.org/licenses/>.
20  */
21 
22 #include <iostream>
23 
24 #include "lsst/geom/Angle.h"
25 
26 namespace lsst {
27 namespace geom {
28 
29 std::ostream& operator<<(std::ostream& s, Angle a) { return s << static_cast<double>(a) << " rad"; }
30 
31 } // namespace geom
32 } // namespace lsst
table::Key< int > a
A class representing an angle.
Definition: Angle.h:127
std::ostream & operator<<(std::ostream &os, lsst::geom::AffineTransform const &transform)
A base class for image defects.