LSSTApplications  1.1.2+25,10.0+13,10.0+132,10.0+133,10.0+224,10.0+41,10.0+8,10.0-1-g0f53050+14,10.0-1-g4b7b172+19,10.0-1-g61a5bae+98,10.0-1-g7408a83+3,10.0-1-gc1e0f5a+19,10.0-1-gdb4482e+14,10.0-11-g3947115+2,10.0-12-g8719d8b+2,10.0-15-ga3f480f+1,10.0-2-g4f67435,10.0-2-gcb4bc6c+26,10.0-28-gf7f57a9+1,10.0-3-g1bbe32c+14,10.0-3-g5b46d21,10.0-4-g027f45f+5,10.0-4-g86f66b5+2,10.0-4-gc4fccf3+24,10.0-40-g4349866+2,10.0-5-g766159b,10.0-5-gca2295e+25,10.0-6-g462a451+1
LSSTDataManagementBasePackage
misc.h
Go to the documentation of this file.
1 // -*- lsst-c++ -*-
2 #ifndef AFW_TABLE_misc_h_INCLUDED
3 #define AFW_TABLE_misc_h_INCLUDED
4 
5 #include "boost/cstdint.hpp"
6 #include "boost/mpl/if.hpp"
7 #include "boost/type_traits/is_const.hpp"
8 #include "boost/type_traits/add_const.hpp"
9 
10 #include "lsst/afw/geom/Angle.h"
11 #include "lsst/afw/coord/Coord.h"
12 
13 namespace lsst { namespace afw { namespace table {
14 
21 typedef boost::int64_t RecordId;
22 
23 enum class CoordinateType {
24  PIXEL,
25  CELESTIAL
26 };
27 
29 
35 template <typename T> class Point;
36 template <typename T> class Moments;
37 template <typename T> class Array;
38 template <typename T> class Covariance;
39 class Flag;
44 
45 }}} // namespace lsst::afw::table
46 
47 #endif // !AFW_TABLE_misc_h_INCLUDED
lsst::afw::coord::Coord Coord
Definition: misc.h:39
lsst::afw::coord::IcrsCoord IcrsCoord
Definition: misc.h:41
CoordinateType
Definition: misc.h:23
lsst::afw::geom::Angle Angle
Definition: misc.h:42
boost::int64_t RecordId
Type used for unique IDs for records.
Definition: misc.h:21
Tag types used to declare specialized field types.
Definition: misc.h:35
A class to handle Icrs coordinates (inherits from Coord)
Definition: Coord.h:155
Functions to handle coordinates.