LSST Applications g0265f82a02+776ea6fe0d,g159b3db504+2ad2e847e4,g1e7d6db67d+6147fcb7b1,g22560d942e+17f6891819,g2ab4ef6978+36a80bf878,g2bbee38e9b+776ea6fe0d,g2cc88a2952+157e6a7dfa,g3273194fdb+f6908454ef,g337abbeb29+776ea6fe0d,g44018dc512+776ea6fe0d,g4500d70958+2faa5faad4,g4728e35f0d+70f2b761fb,g47da3c6c86+ce8e72185e,g58be5f913a+8b80975358,g6ae5381d9b+81bc2a20b4,g7dc46dff8f+ce8e72185e,g91cdbf1c4d+d35db57202,g93973518b8+696ec083d0,g98ffbb4407+81bc2a20b4,g9ddcbc5298+7f7571301f,ga1e77700b3+9fd6c7179d,ga7ab7f6f60+8eb3636680,gae46bcf261+776ea6fe0d,gb2715bf1a1+8eb3636680,gb957171fc7+21ad70029f,gc86a011abf+8eb3636680,gcd84e84c5d+c77ce436e7,gcf0d15dbbd+ce8e72185e,gd162630629+677de33a64,gdaeeff99f8+0d8dbea60f,gdb4ec4c597+776ea6fe0d,ge24ae8ed47+4a28407819,gf041782ebf+6cd16f14a6,gf36cf20d7f+8eb3636680,w.2023.37
LSST Data Management Base Package
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs | Functions
Point.h File Reference
#include <tuple>
#include "lsst/geom/CoordinateBase.h"
#include "lsst/geom/CoordinateExpr.h"
#include "lsst/geom/Extent.h"

Go to the source code of this file.

Classes

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

Namespaces

namespace  lsst
 
namespace  lsst::geom
 
namespace  std
 STL namespace.
 

Typedefs

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

Functions

template<typename T , int N>
std::size_t lsst::geom::hash_value (Point< T, N > const &point) noexcept
 
template<int N>
Point< double, N > lsst::geom::operator+ (Point< double, N > const &lhs, Extent< int, N > const &rhs) noexcept
 
template<int N>
Point< double, N > lsst::geom::operator+ (Extent< int, N > const &rhs, Point< double, N > const &lhs) noexcept
 
template<int N>
Point< double, N > & lsst::geom::operator+= (Point< double, N > &lhs, Extent< int, N > const &rhs) noexcept
 
template<int N>
Point< double, N > lsst::geom::operator+ (Point< int, N > const &lhs, Extent< double, N > const &rhs) noexcept
 
template<int N>
Point< double, N > lsst::geom::operator- (Point< double, N > const &lhs, Extent< int, N > const &rhs) noexcept
 
template<int N>
Point< double, N > & lsst::geom::operator-= (Point< double, N > &lhs, Extent< int, N > const &rhs) noexcept
 
template<int N>
Point< double, N > lsst::geom::operator- (Point< int, N > const &lhs, Extent< double, N > const &rhs) noexcept
 
template<int N>
Extent< double, N > lsst::geom::operator- (Point< double, N > const &lhs, Point< int, N > const &rhs) noexcept
 
template<int N>
Extent< double, N > lsst::geom::operator- (Point< int, N > const &lhs, Point< double, N > const &rhs) noexcept