LSSTApplications  11.0-24-g0a022a1,14.0+76,14.0-1-g4b114ac+19,14.0-1-g6829aa7+15,14.0-1-g7257b6a+17,14.0-1-g8b7e855+69,14.0-1-gfce6a49+15,14.0-10-g2094653+13,14.0-10-gaad1ee2+1,14.0-11-g7664582+5,14.0-17-g2e0c876,14.0-18-g77a82f3,14.0-2-g14e9bfd,14.0-2-g519ff97+17,14.0-2-ga5af9b6+15,14.0-20-gc5946167,14.0-21-gb9e430a+11,14.0-28-gd4c92d7+3,14.0-4-g3609236+11,14.0-4-gae1598d+1,14.0-54-gb4e84373+2,14.0-58-g91bfccb15,14.0-6-ge2c9487+58,14.0-6-gf4f1c34,14.0-7-g0d69b06+17,14.0-8-g56b2ea8+3,14.0-9-g6668b0b
LSSTDataManagementBasePackage
Classes | Namespaces | Typedefs | Functions
Point.h File Reference
#include <tuple>
#include "lsst/afw/geom/CoordinateBase.h"
#include "lsst/afw/geom/CoordinateExpr.h"
#include "lsst/afw/geom/Extent.h"

Go to the source code of this file.

Classes

class  lsst::afw::geom::PointBase< T, N >
 
class  lsst::afw::geom::Point< T, N >
 A coordinate class intended to represent absolute positions. More...
 
class  lsst::afw::geom::Point< T, 2 >
 A coordinate class intended to represent absolute positions (2-d specialization). More...
 
class  lsst::afw::geom::Point< T, 3 >
 A coordinate class intended to represent absolute positions (3-d specialization). More...
 

Namespaces

 lsst
 A base class for image defects.
 
 lsst::afw
 
 lsst::afw::geom
 

Typedefs

typedef Point< int, 2 > lsst::afw::geom::PointI
 
typedef Point< int, 2 > lsst::afw::geom::Point2I
 
typedef Point< int, 3 > lsst::afw::geom::Point3I
 
typedef Point< double, 2 > lsst::afw::geom::PointD
 
typedef Point< double, 2 > lsst::afw::geom::Point2D
 
typedef Point< double, 3 > lsst::afw::geom::Point3D
 

Functions

template<int N>
Point< double, N > lsst::afw::geom::operator+ (Point< double, N > const &lhs, Extent< int, N > const &rhs)
 
template<int N>
Point< double, N > lsst::afw::geom::operator+ (Extent< int, N > const &rhs, Point< double, N > const &lhs)
 
template<int N>
Point< double, N > & lsst::afw::geom::operator+= (Point< double, N > &lhs, Extent< int, N > const &rhs)
 
template<int N>
Point< double, N > lsst::afw::geom::operator+ (Point< int, N > const &lhs, Extent< double, N > const &rhs)
 
template<int N>
Point< double, N > lsst::afw::geom::operator- (Point< double, N > const &lhs, Extent< int, N > const &rhs)
 
template<int N>
Point< double, N > & lsst::afw::geom::operator-= (Point< double, N > &lhs, Extent< int, N > const &rhs)
 
template<int N>
Point< double, N > lsst::afw::geom::operator- (Point< int, N > const &lhs, Extent< double, N > const &rhs)
 
template<int N>
Extent< double, N > lsst::afw::geom::operator- (Point< double, N > const &lhs, Point< int, N > const &rhs)
 
template<int N>
Extent< double, N > lsst::afw::geom::operator- (Point< int, N > const &lhs, Point< double, N > const &rhs)