LSST Applications g1653933729+34a971ddd9,g1a997c3884+34a971ddd9,g28da252d5a+32b12a4112,g2bbee38e9b+ffc559ee46,g2bc492864f+ffc559ee46,g2cdde0e794+704103fe75,g3156d2b45e+6e87dc994a,g347aa1857d+ffc559ee46,g35bb328faa+34a971ddd9,g3a166c0a6a+ffc559ee46,g3e281a1b8c+8ec26ec694,g4005a62e65+ba0306790b,g414038480c+9f5be647b3,g41af890bb2+686ab7cd58,g4e1a3235cc+1fd785b14f,g7b55021d1b+da0d0eec6b,g80478fca09+6e21f9dc20,g82479be7b0+6fa35d7547,g858d7b2824+356eaf3287,g9125e01d80+34a971ddd9,ga5288a1d22+ba1f9bb3ef,gae0086650b+34a971ddd9,gb4748cc0e8+fd26a265a0,gb4ec7eb0ab+356eaf3287,gb58c049af0+ace264a4f2,gc081298178+30f12d1e69,gc28159a63d+ffc559ee46,gcf0d15dbbd+4adb3139bd,gd6b7c0dfd1+aae9efebf5,gda3e153d99+356eaf3287,gda6a2b7d83+4adb3139bd,gdaeeff99f8+7774323b41,gdd5a9049c5+ea78b51778,ge2409df99d+fa478de0b0,ge33fd446bb+356eaf3287,ge79ae78c31+ffc559ee46,gf0baf85859+890af219f9,gf5289d68f6+e11c78aeea,w.2024.41
LSST Data Management Base Package
|
#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 |