LSSTApplications  10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
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 Array;
36 class Flag;
41 
42 }}} // namespace lsst::afw::table
43 
44 #endif // !AFW_TABLE_misc_h_INCLUDED
lsst::afw::coord::Coord Coord
Definition: misc.h:36
lsst::afw::coord::IcrsCoord IcrsCoord
Definition: misc.h:38
Tag types used to declare specialized field types.
Definition: misc.h:35
CoordinateType
Definition: misc.h:23
lsst::afw::geom::Angle Angle
Definition: misc.h:39
boost::int64_t RecordId
Type used for unique IDs for records.
Definition: misc.h:21
A class to handle Icrs coordinates (inherits from Coord)
Definition: Coord.h:157
Functions to handle coordinates.